PHP asXML()函数 实例 格式化 XML(版本 1.0)中的 SimpleXML 对象的数据: <?php $note=<<<XML Tove Jani Reminder <body>Don't forget me this weekend!</body> XML; $xml=new SimpleXMLElement($note); echo $xml->asXML(); ?> 定义和用法 asXML()函数格式化 XML(版本