Class RESTian_Text_Csv_Parser
TODO: Decide exactly what a CSV parser should do. What format of PHP
objects/arrays?
-
RESTian_Parser_Base
-
RESTian_Text_Csv_Parser
Methods summary
public
array|object|
|
#
parse( string $body )
Returns an object or array of stdClass objects from a string containing
HTML
Returns an object or array of stdClass objects from a string containing
HTML
Parameters
Returns
array|object| A(n array of) stdClass object(s) with structure dictated by the passed HTML
string.
Throws
Overrides
|