欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

根据IP查询经纬度

程序员文章站 2022-06-13 19:00:13
...
根据本地IP查询接口查询出经纬度与当前路径
//通过接口获取所在地址IP
public function is_where(){
header("content-type:text/html;charset=utf8");
$content = file_get_contents("http://api.map.baidu.com/location/ip?ak=7IZ6fgGEGohCrRKUE9Rj4TSQ&ip={$getIp}&coor=bd09ll");
//echo $getIp;die;
$json = json_decode($content);

$arr = array($json->{'content'}->{'point'}->{'x'},$json->{'content'}->{'point'}->{'y'}, $json->{'content'}->{'address'});//按层级关系提取经度数据
return json_encode($arr);
}

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