Net_GeoIP::lookupRegion() | Net_GeoIP::lookupOrg() |
Net_GeoIP | |
PEAR Manual | |
require_once "Net/GeoIP.php"; |
object lookupLocation() (
string $addr
)
This method returns an instance of Net_GeoIP_Location for the specified IP address. It works only with a non-free City database.
Looking up the location record
|
This method throws an exception if the IP address is invalid.
Net_GeoIP::lookupRegion() | Net_GeoIP::lookupOrg() |
Net_GeoIP | |
PEAR Manual | |