龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

通过IP获取地理位置

时间:2014-07-22 14:52来源: 作者: 点击:
分享到:
通过IP获取地理位置
通过IP获取地理位置
function get_ip_place()
{
    $ip=file_get_contents("http://fw.qq.com/ipaddress");
    $ip=str_replace('"',' ',$ip);
    $ip2=explode("(",$ip);
    $a=substr($ip2[1],0,-2);
    $b=explode(",",$a);
    return $b;
}
精彩图集

赞助商链接