CSV Inputfile class Manage CSV-formatted files for input.
Open, close and read CSV formatted files for input.
Located in /file-defs.php (line 291)
inputfile | --csv_inputfile
Inherited from inputfile
inputfile::$content
inputfile::$datafname
inputfile::$dir
inputfile::$filesize
inputfile::$fp
inputfile::$name
inputfile::$opened
Constructor Open the given CSV formatted file for input.
Reads the next line of the file in the form of an array of fields as delimited by the given charater. Lines can be of a length up to the specified maximum no. of chars.
NB: This properly handles double-quoted elements which contain the delimiter character.
Inherited From inputfile
inputfile::inputfile()
inputfile::closefile()
inputfile::eof()
inputfile::openfile()
inputfile::readall()
inputfile::readln()
Documentation generated by phpDocumentor 1.3.0RC3