a146b99c57
and it let you manipulate HTML in a very easy way! Features: * Supports invalid HTML. * Find tags on an HTML page with selectors just like jQuery. * Extract contents from HTML in a single line. WWW: http://simplehtmldom.sourceforge.net/ PR: ports/142933 Submitted by: Joe Horn <joehorn at gmail.com>
9 lines
308 B
Text
9 lines
308 B
Text
PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+,
|
|
and it let you manipulate HTML in a very easy way!
|
|
|
|
Features:
|
|
* Supports invalid HTML.
|
|
* Find tags on an HTML page with selectors just like jQuery.
|
|
* Extract contents from HTML in a single line.
|
|
|
|
WWW: http://simplehtmldom.sourceforge.net/
|