Not only domestic operators, there should be some foreign companies to provide similar web services, have been friends to recommend a few, thank you
Reply to discussion (solution)
What is "operator"?
We can get the IP.
What is "operator"?
such as mobile, unicom, telecommunications, etc...
First you need an IP address library or an IP query interface
Did you use the early polyp QQ? Inside the use of the pure database, there is an IP segment corresponding to the information of a provincial and municipal operators, the Innocence team is still in maintenance.
Alternatively, you can use some of the public IP query interfaces on the line
For example, Sina has free access to the public IP query interface, conscience enterprise ...
function Sina ($IP)
{
$str = file_get_contents ("http://int.dpool.sina.com.cn/iplookup/iplookup.php?ip=". $ip);
return $str;
}
First you need an IP address library or an IP query interface
Did you use the early polyp QQ? Inside the use of the pure database, there is an IP segment corresponding to the information of a provincial and municipal operators, the Innocence team is still in maintenance.
Alternatively, you can use some of the public IP query interfaces on the line
For example, Sina has free access to the public IP query interface, conscience enterprise ...
function Sina ($IP)
{
$str = file_get_contents ("http: ...
Very grateful, can be used, is not aware of the foreign operators can find detailed information, mainly for foreign IP.
function Sina ($IP)
{
$str = file_get_contents ("http://int.dpool.sina.com.cn/iplookup/iplookup.php?ip=". $ip);
return $str;
}
How to use this specifically?