例. <?php $string = <<<XML <a> <b> <c>text</c> <c>stuff</c> </b> <d> <c>code</c> </d> </a> XML;. $xml = new SimpleXMLElement($string);.
確定! 回上一頁