\Nano4\UtilsCSV

Summary

Methods
Properties
Constants
parse()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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