Net_GeoIP

Inhaltsverzeichnis
Net_GeoIP::getInstance() --  method to get an instance and avoid re-parsing the database
Net_GeoIP::lookupCountryName() --  returns full country name for specified IP address
Net_GeoIP::lookupCountryCode() --  returns 2-letter country code (e.g. „CA“) for specified IP address
Net_GeoIP::lookupRegion() --  returns the region for given IP address.
Net_GeoIP::lookupLocation() --  returns the location record for specified IP address
Net_GeoIP::lookupOrg() --  returns the name of the organization or ISP for the given IP address.

Package zur Ermittlung der geografischen Position einer IP-Adresse.

Das Package benutzt den Service der MaxMind GeoIP-Datenbank um die geografische Position einer IP-Adresse zu ermitteln. MaxMind bietet sowohl eine kostenfreie wie auch eine kostenpflichtige Datenbank. Schauen Sie bitte auf deren Webseite nach wie Sie beide Arten nutzen können.