(PHP 5 >= 5.3.0)
str_getcsv — Parse a CSV string into an array
Parses a string input for fields in CSV format and returns an array containing the fields read.
The string to parse.
Set the field delimiter (one character only).
Set the field enclosure character (one character only).
Set the escape character (one character only). Defaults as a backslash (\)
Returns an indexed array containing the fields read.