Home >Backend Development >PHP Tutorial > 如何php中用DOM 解析 多维结构的XML文件

如何php中用DOM 解析 多维结构的XML文件

WBOY
WBOYOriginal
2016-06-13 13:31:20773browse

怎么php中用DOM 解析 多维结构的XML文件

  我爱你的理由 (2012)
  剧集
  类型: 日剧
  地区: 日本
  导演: 寒竹ゆり
  演员: 泽尻英龙华 / 村上淳 / 中村苍 / 冈田义德 / 更多»
  L et M~わたしがあなたを
  http://i-7.vcimg.com/f48c819a3ba24b4a20886277877373ac78438(120x170)/thumb.jpg
 
  12
  BeeTV
 
  http://www.youku.com/v_show/id_XMzQ4MDQ3MDMy.html,http://www.youku.com/v_show/id_XMzQ4MDUzMzMy.html,
  http://www.youku.com/v_show/id_XMzQ4MDQ3MDMy.html,http://www.youku.com/v_show/id_XMzQ4MDUzMzMy.html,http://www.tudou.com/programs/view/TX_Awg3ephU/,
  http://www.youku.com/v_show/id_XMzQ4MDQ3MDMy.html,http://www.youku.com/v_show/id_XMzQ4MDUzMzMy.html,http://www.tudou.com/programs/view/TX_Awg3ephU/,
 

 

XML 文件 由多个 这样的 info标签组成

------解决方案--------------------

PHP code
$xml=simplexml_load_file('aa.xml');
foreach($xml->info as $v){
      $arr[]=(array)$v;
}
print_r($arr);
<br><font color="#e78608">------解决方案--------------------</font><br>
探讨

#2 你的链接 下不来东西啊
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn