PHP 3行PHP的当前天气

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 3行PHP的当前天气相关的知识,希望对你有一定的参考价值。

<?php 
  $xml = simplexml_load_file('http://www.google.com/ig/api?weather=ADDRESS');
  $information = $xml->xpath("/xml_api_reply/weather/current_conditions/condition");
  echo $information[0]->attributes();
?>

以上是关于PHP 3行PHP的当前天气的主要内容,如果未能解决你的问题,请参考以下文章

jq_ajax + php实现当前天气查询

php 调用天气接口

通过 API 获取当前天气的最佳方式?

PHP CSV,如何从当前行获取前三行和后三行

JQ得到当前登录城市和天气

PHP获取7天, 15天, 40天的天气预报代码示例