PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 1.9.7
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v1.9.7
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
searchpro / simplehtmldom / manual / docs / index.md

index.md in BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript 1.9.7, at simplehtmldom/manual/docs/index.md

31 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # PHP Simple HTML DOM Parser
2
3 A fast, simple and reliable HTML document parser for PHP.
4
5 Created by S.C. Chen, based on [](http://php-html.sourceforge.net/HTML Parser for PHP 4](http://php-html.sourceforge.net/](http://php-html.sourceforge.net/) by Jose
6 Solorzano.
7
8 # Parse any HTML document
9
10 PHP Simple HTML DOM Parser handles any HTML document, even ones that are considered
11 invalid by the [](https://www.w3.org/TR/html/HTML](https://www.w3.org/TR/html/](https://www.w3.org/TR/html/) specification.
12
13 # Select elements using CSS selectors
14
15 PHP Simple HTML DOM Parser supports CSS style selectors to navigate the DOM,
16 similar to [](https://jquery.com/jQuery](https://jquery.com/](https://jquery.com/).
17
18 # Download
19
20 * Download the latest version from [](https://sourceforge.net/projects/simplehtmldom/SourceForge](https://sourceforge.net/projects/simplehtmldom/](https://sourceforge.net/projects/simplehtmldom/)
21
22 # Contributing
23
24 * Request features on the [](https://sourceforge.net/p/simplehtmldom/feature-requests/Feature Request Tracker](https://sourceforge.net/p/simplehtmldom/feature-requests/](https://sourceforge.net/p/simplehtmldom/feature-requests/)
25 * Report bugs on the [](https://sourceforge.net/p/simplehtmldom/bugs/Bug Tracker](https://sourceforge.net/p/simplehtmldom/bugs/](https://sourceforge.net/p/simplehtmldom/bugs/)
26 * Get involved with the community on the [](https://sourceforge.net/p/simplehtmldom/discussion/Discussions Board](https://sourceforge.net/p/simplehtmldom/discussion/](https://sourceforge.net/p/simplehtmldom/discussion/)
27
28 # License
29
30 PHP Simple HTML DOM Parser is [](https://en.wikipedia.org/wiki/Free_softwareFree Software](https://en.wikipedia.org/wiki/Free_software](https://en.wikipedia.org/wiki/Free_software)
31 licensed under the [](https://opensource.org/licenses/MITMIT License](https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT).