parse()
parse( $str, $opts = array())
A CSV parser with more options than anything PHP has built in.
Unlike PHP's various getcsv functions, this handles embedded newlines, and "" characters properly. Inspired by some of the examples on: http://php.net/manual/en/function.str-getcsv.php
Parameters
| $str | ||
| $opts |