PHP 8.5.0 Alpha 4 available for testing

Voting

: max(two, four)?
(Example: nine)

The Note You're Voting On

tomas dot strejcek at ghn dot cz
8 years ago
As of PHP 5.4 and Libxml 2.6, there is currently simpler approach:

when you load html as this

$html->loadHTML($content, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);

in the output, there will be no doctype, html or body tags

<< Back to user notes page

To Top