Home > php教程 > php手册 > 五、天气,在线计算、域名查询、ip归属、手机号

五、天气,在线计算、域名查询、ip归属、手机号

WBOY
Release: 2016-06-07 11:42:46
Original
1424 people have browsed it

天气、在线计算、域名信息查询、ip归属、手机号归属
至此,http://api.ajaxsns.com/ 上的提供的接口基本上已被我N完。记录一下剩下的接口调用.

上图
五、天气,在线计算、域名查询、ip归属、手机号
五、天气,在线计算、域名查询、ip归属、手机号
五、天气,在线计算、域名查询、ip归属、手机号
五、天气,在线计算、域名查询、ip归属、手机号

代码如下//天气预报<br> private function get_weather($find_name){<br>     $find_name=empty($find_name)?"桂林":$find_name;<br>     return $this->_ajaxsns_comm("天气".$find_name);<br> }<br>   <br> //在线计算<br> private function get_calculate($find_name){<br>     return $this->_ajaxsns_comm($find_name);<br> }<br>   <br> //域名信息查询<br> private function get_domain($find_name){<br>     return $this->_ajaxsns_comm("域名".$find_name);<br> }<br>   <br> //IP 归属<br> private function get_ip($find_name){<br>     return $this->_ajaxsns_comm("归属".$find_name);<br> }<br>   <br> //手机 归属<br> private function get_mobile($find_name){<br>     return $this->_ajaxsns_comm("归属".$find_name);<br> }收工

来源:http://www.xiuxiandou.com/b-223-.html

AD:真正免费,域名+虚机+企业邮箱=0元

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template