結合設計經驗與營銷實踐,提供有價值的互聯網資訊
發布日期:2018-03-25瀏覽次數:1332 來源:福州網站建設
//淘寶接口:根據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獲取所在城市名稱接口"文章,如果你在這方面有什么問題,隨時聯系我們