Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

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.