easyxml:php xml 库

时间:2024-08-01 05:47:48
【文件属性】:

文件名称:easyxml:php xml 库

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-01 05:47:48

PHP

简单的xml php xml 库。 使用 Composer 安装: " require " : { " eleme/easyxml " : " ~0.3 " } 例子 array_2_xml(array $array, $structure = '') $ array = array ( 'abc' => array ( 'cba' => 'abc' , 'abc' => '' )); echo array_2_xml ( $ array ), "\n" ; $ structure = '<?xml version="1.0" encoding="utf-8"?>' ; echo array_2_xml ( $ array , $ structure ), "\n" ; json_2_xml($json, $structure = '') $ json = '{"ab


【文件预览】:
easyxml-master
----.scrutinizer.yml(177B)
----src()
--------helpers.php(2KB)
----phpunit.xml.dist(813B)
----examples()
--------xml.php(547B)
----.travis.yml(359B)
----README.md(1KB)
----Makefile(226B)
----tests()
--------XmlTest.php(2KB)
----.gitignore(45B)
----composer.json(410B)

网友评论