xml2array:这会将简单的 XML 字符串转换为关联数组

时间:2024-07-23 04:06:42
【文件属性】:

文件名称:xml2array:这会将简单的 XML 字符串转换为关联数组

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-23 04:06:42

PHP

简单的 XML 到数组转换 这个包允许您轻松地将 xml 字符串转换为关联数组。 示例用法 <?php // Load in the composer autoloader file require 'vendor/autoload.php' ; // Sample XML String $ xml = '<?xml version="1.0" encoding="UTF-8"?> http://www.google.com monthly 1 <ur


【文件预览】:
xml2array-master
----.gitignore(14B)
----src()
--------XML2Array()
----.travis.yml(184B)
----composer.json(308B)
----composer.lock(21KB)
----spec()
--------XML2Array()
----README.md(2KB)
----phpspec.yml(69B)

网友评论