Home
last modified time | relevance | path

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

/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php28 $inputfile=fopen($filename,"r"); variable
31 if ($inputfile)
33 while (!feof($inputfile))
35 $lines[$i++]=fgets($inputfile); //we start counting a 0
37 fclose($inputfile);