Heim >Backend-Entwicklung >PHP-Tutorial >从一个ip地址中,你可以得到什么解决思路

从一个ip地址中,你可以得到什么解决思路

WBOY
WBOYOriginal
2016-06-13 10:04:21951Durchsuche

从一个ip地址中,你可以得到什么
如题,比如说是所在地址,通过任何方法(注明方法)得到的,都可以……

------解决方案--------------------
gethostbyaddr($ip) 可以获得主机的域名。
要得到地址,你得有ip与地址对应的库,类似腾讯的那种。
------解决方案--------------------
其实sina的ip库比腾讯的更好

http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js
http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json
http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=xml

http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=8.8.8.8

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn