February 2013
Intermediate to advanced
538 pages
20h 55m
English
fputcsv
int fputcsv(resourcehandle[, arrayfields[, stringdelimiter[, stringenclosure]]])
Formats the items contained in fields
in comma-separated values (CSV) format and writes the result to the
file handle handle. If supplied,
delimiter is a single character used to
delimit the values for the line instead of commas. If supplied,
enclosure is a single character that is
used to enclose values (by default, the double quote character
"). Returns the length of the
string written, or false if a
failure occurred.
Read now
Unlock full access