[File_CSV] element index

Package indexes

All elements
c d f g h r t u w _
_
top
Method _checkConfig
Checks the configuration given by the user.
Method _line
Sets or gets the current line being parsed.
c
top
Page CSV.php
CSV.php in CSV.php
Page common.php
common.php in common.php
d
top
Method discoverFormat
Discovers the format of a CSV file (the number of fields, the separator, the quote string, and the line break).
f
top
Class File_CSV
File_CSV in CSV.php
The File_CSV package allows reading and creating of CSV data and files.
g
top
Method getPointer
Returns or creates the file descriptor associated with a file.
h
top
Constant HORDE_FILE_CSV_MODE_APPEND
Mode to use for appending to files
Constant HORDE_FILE_CSV_MODE_READ
Mode to use for reading from files
Constant HORDE_FILE_CSV_MODE_WRITE
Mode to use for truncating files, then writing
r
top
Method read
File_CSV::read() in CSV.php
Reads a row from a CSV file and returns it as an array.
Method readQuoted
Reads a row from a CSV file and returns it as an array.
t
top
Function test_csv
test_csv() in common.php
u
top
Method unquote
Removes surrounding quotes from a string and normalizes linebreaks.
w
top
Method warning
Adds a warning to or retrieves and resets the warning stack.
Method write
Writes a hash into a CSV file.
c d f g h r t u w _