Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

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.