File
[ class tree: File ] [ index: File ] [ all elements ]

Element index for package File

[ c ] [ d ] [ f ] [ g ] [ r ] [ u ] [ w ]

c

CSV.php
procedural page CSV.php
top

d

discoverFormat
in file CSV.php, method File_CSV::discoverFormat()
    Discover the format of a CSV file (the number of fields, the separator and if it quote string fields)
top

f

File_CSV
in file CSV.php, class File_CSV
    File class for handling CSV files (Comma Separated Values), a common format for exchanging data.
top

g

getPointer
in file CSV.php, method File_CSV::getPointer()
    Return or create the file descriptor associated with a file
top

r

raiseError
in file CSV.php, method File_CSV::raiseError()
    This raiseError method works in a different way. It will always return false (an error occurred) but it will call PEAR::raiseError() before it. If no default PEAR global handler is set, will trigger an error.
read
in file CSV.php, method File_CSV::read()
    Reads a "row" from a CSV file and return it as an array
readQuoted
in file CSV.php, method File_CSV::readQuoted()
    Reads a row of data as an array from a CSV file. It's able to read memo fields with multiline data.
resetPointer
in file CSV.php, method File_CSV::resetPointer()
    Front to call getPointer and moving the resource to the beginning of the file Reset it if you like.
top

u

unquote
in file CSV.php, method File_CSV::unquote()
    Unquote data
top

w

write
in file CSV.php, method File_CSV::write()
    Writes a struc (array) in a file as CSV
top

Documentation generated on Mon, 11 Mar 2019 15:43:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.