Method Parser.HTML()->read()
- Method read
string|array(mixed) read()
string|array(mixed) read(int max_elems)- Description
Read parsed data from the parser object.
- Returns
Returns a string of parsed data if the parser isn't in mixed_mode, an array of arbitrary data otherwise.