0

how can i query the geoip database using php?

I have apache2 with mod_geoip2 installed and the pecl extension geoip PHP 5.3.

i want to search the country of the ip address i have as a parameter, not to query my own ip address.

thanks

4

1 回答 1

1

我想这个geoip_country_code_by_name函数可以做到这一点:它将主机名或 IP 地址作为参数,并返回相应的国家代码。

如果您传递该参数的 IP 地址(而不是您自己的),它应该可以满足您的要求。

于 2010-03-01T17:24:43.350 回答