PHP解析xml
摘要:        
文件名:test.xml方法一:读取文件到一个字符串,通过解析字符串:$url = "http://localhost/test/test.xml";$xmlString=file_get_contents($url);$xml_array=simplexml_load_str...    阅读全文
        posted @ 2015-02-03 18:11 手撕高达的村长 阅读(160) 评论(0) 推荐(0)
posted @ 2015-02-03 18:11 手撕高达的村长 阅读(160) 评论(0) 推荐(0)
posted @ 2015-02-03 13:40 手撕高达的村长 阅读(443) 评论(0) 推荐(0)