maalls/domdocument

There is no license information available for the latest version (v1.0.5) of this package.

v1.0.5 2018-02-21 09:24 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:17:27 UTC


README

DomDocument Factory that handles charset encoding.

You can create the DomDocument Object directly from the URL or from the HTML.

The class extract the encoding from the HTTP request, HTML header and format the HTML to be properly parsable by the DomDocument class.

Example

Check the test file for example on how to use it.