Net_GeoIP | Net_IPv4 |
Net_GeoIP | |
PEAR Manual | |
require_once "Net/GeoIP.php"; |
string lookupOrg() (
string $addr
)
This method returns the name of the organization or of the ISP which has registered the IP address range that contains the specified IP address. It works only with a non-free Organization/ISP database.
Looking up organization name
|
This method throws an exception if the IP address is invalid or the database type is wrong.
Net_GeoIP | Net_IPv4 |
Net_GeoIP | |
PEAR Manual | |