用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

php读取xml文件

时间:2015-01-23  来源:西部数据  作者:西部数据
  1. <?php 
  2. $path = 'http://xxx.xxx.xxx/example.xml'
  3. $str = file_get_contents($path); 
  4. $str = <<<str 
  5. ... 
  6. <yw:cdtn text="Fair" code="34" temp="7" date="Thu, 10 Apr 2008 9:50 am BST" /> 
  7. ... 
  8. <yw:f day="Thu" date="10 Apr 2008" low="1" high="11" text="Light Rain" code="11" /> 
  9. <yw:f day="Fri" date="11 Apr 2008" low="1" high="10" text="Light Rain" code="11" /> 
  10. ... 
  11. str; //开源代码phpfensi.com
  12. preg_match('/<yw:cdtn.*text="(.*)"/iU'$str$arr); 
  13. echo $arr[1]; 
  14. preg_match_all('/<yw:f.*text="(.*)"/iU'$str$arr); 
  15. print_r($arr[1]); 
  16. ?> 
来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
栏目更新
栏目热门