February 2013
Intermediate to advanced
538 pages
20h 55m
English
str_getcsv
array str_getcsv(stringinput[, stringdelimiter[, stringenclosure[, stringescape]]]])
Parses a string as a comma-separated values (CSV) list and
returns it as an array of values. If supplied,
delimiter is 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).
escape sets the escape character to use;
the default is backslash \.
Read now
Unlock full access