Convert parser to use fgetcsv()?
KevinHerrington - August 24, 2009 - 23:27
| Project: | CSV Parser |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
PHP has a built-in function for processing a line of CSV text out of a file called fgetcsv(). It seems to me that the parse() method of the ParserCSV class here would be greatly simplified by converting to use it.
