コードをコピーします コードは次のとおりです:
function getIPLoc_QQ($queryIP){
$url = 'http://ip.qq.com/cgi-bin/searchip ?searchip1 ' , true) ; // データを取得して返します
$result =curl_exec($ch);
$result = mb_convert_encoding($result, "utf-8", "gb2312"); // エンコード変換。文字化け
curl_close($ch);
preg_match ("@(.*)@iU",$result,$ipArray[1); ];
return $loc;
}
//
echo getIPLoc_QQ("183.37.209.57"); を使用して、IP アドレスのアドレス位置を取得できます。
?>
http://www.bkjia.com/PHPjc/718618.htmlwww.bkjia.com
truehttp://www.bkjia.com/PHPjc/718618.html技術記事次のようにコードをコピーします。 ?php function getIPLoc_QQ($queryIP){ $url = 'http://ip.qq.com/cgi-bin/searchip?searchip1='.$queryIP; ;curl_setopt($ch,CURLOPT_ENCOD...