PHP get chianz.com IP Address and region method _php Tutorial

Source: Internet
Author: User
The result of an IP acquisition is not very perfect, the reason is because ip138 IP resolution is not very detailed when dealing with foreign addresses, so they re-write a code with chianz.com.











$IPADDR = "4.4.44.4";
$IPCHINAZADDR = "http://tool.chinaz.com/IP/?IP=". $ipAddr;
$contents = file_get_contents ($IPCHINAZADDR);
$pattern = "/==>>.+
/";
$string = $contents;
Preg_match_all ($pattern, $string, $addrArray);
$num = count ($addrArray [0]);
$pattern = "/(==>>). + (==>>s)/";
for ($i = 0; $i < $num; $i + +) {
$addrArray [0][$i] = preg_replace ($pattern, "", $addrArray [0][$i]);
}
echo "



echo "
";
?>


http://www.bkjia.com/PHPjc/444762.html www.bkjia.com true http://www.bkjia.com/PHPjc/444762.html techarticle The result of an IP acquisition is not very perfect, the reason is because the ip138 IP resolution foreign address is not very detailed, so re-write a chianz.com code. DOCTYPE h ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.