PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

kristof at viewranger dot com
14 years ago
If you tried to load an XML file with this, but the CDATA parts were not loaded for some reason, is because you should do it this way:

$xml = simplexml_load_file($this->filename, 'SimpleXMLElement', LIBXML_NOCDATA);

This converts CDATA to String in the returning object.

<< Back to user notes page

To Top