Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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.