December 1998
Beginner to intermediate
674 pages
40h 41m
English
parse
$p
->parse(string)
Reads HTML into the parser object from a given string. Performance
problems occur if the string is too large, so the HTML can be broken up
into smaller pieces, which will be appended to the data already contained in
the object. The parse can be terminated with a call to the eof method.
Read now
Unlock full access