htmlspecialchars( $xml->asXML() ) ? ... You can use the asXML method as: <?php // string to SimpleXMLElement $xml = new SimpleXMLElement($string); ...
確定! 回上一頁