Home
last modified time | relevance | path

Searched refs:fileext (Results 1 – 2 of 2) sorted by relevance

/plugin/table2csv/
H A Daction.php63 $fileext = $this->getConf('filepath');
64 $html = scrapeTable2Csv($ID,$fileext,$sm);
H A DgetTableData.php2 function scrapeTable2Csv($dokuPageId, $fileext, $startMarker) { argument
25 $fp = @fopen($fileext, 'w');
27 msg(sprintf('Failed to open write file ' . $fileext));