tp5 通过IP获取对应ip的城市

复制代码
1  public function test()
2     {
3         $request = Request::instance();
4         $ip = $request->ip();
5         $url='http://ip.taobao.com/service/getIpInfo.php?ip='.$ip;
6         $result = file_get_contents($url);
7         $result = json_decode($result,true);
8         dump($result);
9     }
复制代码

 

 

 

posted @   cuculus  阅读(3082)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示