GeoIP Functions
Introducere
The GeoIP extension allows you to find the location of an IP address. City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type can be obtained with the help of GeoIP.
Necesităţi
This extension requires the GeoIP C library version 1.4.0 or higher to be installed. You can grab the latest version from » https://www.maxmind.com/app/c and compile it yourself.
By default, you will only have access to the Free GeoIP Country or GeoLite City databases. While this module can work with other types of database, you must buy a commercial license from » Maxmind.
Instalarea
Această extensie » PECL nu este încorporată în PHP.
InformaÅ£ie despre instalarea acestei extensii PECL poate fi găsită în capitolul manualului, întitulat Instalarea extensiilor PECL. InformaÅ£ii adiÅ£ionale, cum ar fi lansări noi, descărcări, fiÅŸiere-sursă, informaÅ£ii despre persoana care întreÅ£ine extensia ÅŸi istoria schimbărilor poate fi localizată aici: » https://pecl.php.net/package/geoip.
Tipurile resurselor
Această extensie nu are tipuri de resurse definite.
Constante predefinite
Constantele de mai jos sunt definite de această extensie şi vor fi disponibile doar dacă această extensie a fost compilată în interiorul PHP, sau a fost încărcată dinamic în timpul rulării.
- GEOIP_COUNTRY_EDITION (integer)
- GEOIP_REGION_EDITION_REV0 (integer)
- GEOIP_CITY_EDITION_REV0 (integer)
- GEOIP_ORG_EDITION (integer)
- GEOIP_ISP_EDITION (integer)
- GEOIP_CITY_EDITION_REV1 (integer)
- GEOIP_REGION_EDITION_REV1 (integer)
- GEOIP_PROXY_EDITION (integer)
- GEOIP_ASNUM_EDITION (integer)
- GEOIP_NETSPEED_EDITION (integer)
- GEOIP_DOMAIN_EDITION (integer)
The following constants are for net speed:
Cuprins
- geoip_country_code_by_name — Get the two letter country code
- geoip_country_code3_by_name — Get the three letter country code
- geoip_country_name_by_name — Get the full country name
- geoip_database_info — Get GeoIP Database information
- geoip_db_avail — Determine if GeoIP Database is available
- geoip_db_filename — Returns the filename of the corresponding GeoIP Database
- geoip_db_get_all_info — Returns detailed informations about all GeoIP database types
- geoip_id_by_name — Get the Internet connection speed
- geoip_isp_by_name — Get the Internet Service Provider (ISP) name
- geoip_org_by_name — Get the organization name
- geoip_record_by_name — Returns the detailed City information found in the GeoIP Database
- geoip_region_by_name — Get the country code and region