Query: str_getcsv
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STR_GETCSV(3) 1 STR_GETCSV(3) str_getcsv - Parse a CSV string into an arraySYNOPSISarray str_getcsv (string $input, [string $delimiter = ","], [string $enclosure = '"'], [string $escape = ""])DESCRIPTIONParses a string input for fields in CSV format and returns an array containing the fields read.PARAMETERSo $input - The string to parse. o $delimiter - Set the field delimiter (one character only). o $enclosure - Set the field enclosure character (one character only). o $escape - Set the escape character (one character only). Defaults as a backslash ( )RETURN VALUESReturns an indexed array containing the fields read.SEE ALSOfgetcsv(3). PHP Documentation Group STR_GETCSV(3)
Related Man Pages |
---|
bb-csvinfo.cgi(1) - debian |
cut(1) - netbsd |
fgetcsv(3) - php |
regexp::common::delimited(3) - osx |
explode(3) - php |
Similar Topics in the Unix Linux Community |
---|
script to load data from csv file |
Reconciling two CSV files using shell scripting |