php 利用Google API 获取当前天气信息代码
来源:程序员人生 发布时间:2014-01-20 05:50:32 阅读次数:2271次
本文章分享一款只要三行就能取得你指定城市天气信息的php+google api实现代码,代码如下:
- <?
- $xml = simplexml_load_file('http://www.google.com/ig/api?weather=长沙');
- $information = $xml->xpath("/xml_api_reply/weather/current_conditions/condition");
- echo $information[0]->attributes();
- ?>
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠