複製程式碼 程式碼如下:
function get_ip_place()
{
$ip=file_gets("http:// fw.qq.com/ipaddress");
$ip=str_replace('"',' ',$ip);
$ip2=explode("(",$ip);
$a =substr($ip2[1],0,-2);
$b=explode(",",$a);
return $b;
}
複製代碼 程式碼如下:
function get_ip_arr()
{
$ip=file_get_contents("http://fw.qq.com/ipaddress");
preg_match_all( "/"(.*)"/",$ip,$arr);
return $arr;
}
以上就介紹了地牢獵人4存檔位置 php下透過IP獲取地理位置的代碼小偷程序,包括了地牢獵人4存檔位置方面的內容,希望對PHP教程有興趣的朋友有所幫助。