Source Code:
(back to article)
<?php $xml_string = "<root><child>Value</child></root>"; $xml = simplexml_load_string($xml_string); var_dump($xml);
Result:
Report an issue