PHP asXML()函数讲解
程序员文章站
2022-06-22 10:26:07
php asxml()函数
实例
格式化 xml(版本 1.0)中的 simplexml 对象的数据:
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_ );
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对的支持。如果你想了解更多相关内容请查看下面相关链接
下一篇: laravel5.6实现数值转换