phpclass
icing_moon
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xml2array
<?php/** * xml2array() will convert the given XML text to an array in the XML structure. * Link: http://www.bin-co.com/php/scripts/xml2array/ * Arguments : $contents - The XML text * ...2010-04-29 13:24:58 · 152 阅读 · 0 评论 -
array2xml
<?php class ArrayToXML{ /** * The main function for converting to an XML document. * Pass in a multi dimensional array and this recrusively loops through and bu...2010-04-29 13:25:52 · 146 阅读 · 0 评论
分享