Todo List
DObject | --DParserBase | --DCSVParser
[line 34]
[line 27]
The first line of the file
DCSVParser __construct( [string $fileName = null])
void init( )
void parse( [string $elementDelimiter = ","], [string $lineDelimiter = "\n"], [string $stringDelimiter = "\""], [ $orderWay = PHP_DCSVPARSER_ORDER_WAY])
Parses data and populates header and content member variables
[line 17]
[line 18]