<?php $doc = new DOMDocument(); $root = $doc->createElement('root'); $name = $doc->createElement('name'); $name->nodeValue = '••• 🍕 > 💩 •••'; $doc->appendChild($root); $root->appendChild($name); $xmlString = $doc->saveXML(); var_dump($doc->saveXML()); $newXml = simplexml_load_string($xmlString); echo $newXml->name->__toString();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`