You can try something like: <?php $str = $dom->saveXML(); $product = simplexml_load_string($str, 'SimpleXMLElement', LIBXML_NOCDATA | LIBXML_NOBLANKS);.
確定! 回上一頁