您好,欢迎来到奇游网。
搜索
您的当前位置:首页PHP asXML()函数讲解

PHP asXML()函数讲解

来源:奇游网


PHP asXML()函数

实例

格式化 XML(版本 1.0)中的 SimpleXML 对象的数据:

<?php 
$note=<<<XML
<note> 
<to>Tove</to> 
<from>Jani</from> 
<heading>Reminder</heading> 
<body>Don't forget me this weekend!</body> 
</note> 
XML;
$xml=new SimpleXMLElement($note); 
echo $xml->asXML(); 
?>

定义和用法

asXML()函数格式化 XML(版本 1.0)中的 SimpleXML 对象的数据。

语法

asXML( _filename_ );

总结

Copyright © 2019- qysi.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务