Lines Matching refs:function
42 function __construct($file_name, $open_mode = 'r', $use_include_path = false, $context = NULL)
55 function eof()
63 function fgets()
77 function fgetcsv($delimiter = NULL, $enclosure = NULL)
100 function setCsvControl($delimiter = ';', $enclosure = '"')
109 function getCsvControl($delimiter = ',', $enclosure = '"')
118 function flock($operation, &$wouldblock)
127 function fflush()
135 function ftell()
146 function fseek($pos, $whence = SEEK_SET)
155 function fgetc()
167 function fpassthru()
175 function fgetss($allowable_tags = NULL)
183 function fscanf($format /* , ... */)
194 function fwrite($str, $length = NULL)
202 function fstat()
210 function ftruncate($size)
218 function setFlags($flags)
226 function getFlags()
234 function setMaxLineLen($max_len)
242 function getMaxLineLen()
250 function hasChildren()
258 function getChildren()
266 function rewind()
275 function valid()
284 function current()
301 function key()
308 function next()
316 private function readLine()
334 private function freeLine()
342 * @note If you DO overload this function key() and current() will increment
343 * $this->lnum automatically. If not then function reaLine() will do
346 function getCurrentLine()
359 function __toString()
367 function seek($line_pos)