PHP » PYTHON |
login |
register |
about
|
|
str_getcsv(PHP 5 >= 5.3.0) str_getcsv — Parse a CSV string into an array Description
array str_getcsv
( string $input
[, string $delimiter
[, string $enclosure
[, string $escape
]]] )
Similar to fgetcsv() this functions parses a string as its input unlike fgetcsv() which takes a file as its input. Parameters
Return ValuesReturns an indexed array containing the fields read. |
more
Recently updated
more
Most requested
|