发布日期:2018-03-25浏览次数:1196 来源:福州网站建设
//淘宝接口:根据ip获取所在城市名称
function
get_area(
$ip
=
''
){
if
(
$ip
==
''
){
$ip
= GetIp();
}
$url
=
"http://ip.taobao.com/service/getIpInfo.php?ip={$ip}"
;
$ret
= https_request(
$url
);
$arr
= json_decode(
$ret
,true);
return
$arr
;
}
echo
"<pre>"
;
print_r(get_area(
'223.67.235.28'
));
echo
"</pre>"
;
以上是由福州网站建设的小编为你分享了"根据淘宝接口ip获取所在城市名称接口"文章,如果你在这方面有什么问题,随时联系我们