| open(filename)
|
Open IP2Location binary database from a
local path. |
|
| get_country_short(ip_address)
|
Returns a short country name from ip address. |
|
| get_country_long(ip_address) |
Returns a full country name from ip address. |
|
| get_region(ip_address)
|
Returns a region name from ip address. |
|
| get_city(ip_address)
|
Returns a city name from ip address. |
|
| get_latitude(ip_address) |
Returns city's latitude name from ip address. |
|
| get_longitude(ip_address) |
Returns city's longitude name from ip address. |
|
| get_isp(ip_address) |
Returns an ISP name from ip address. |
|
| get_zipcode(ip_address)
|
Returns zip code from ip address. |
|
| get_timezone(ip_address)
|
Returns time zone from ip address. |
|
| get_netspeed(ip_address)
|
Returns connection type from ip address. |
|
| get_domain(ip_address)
|
Returns a domain name from ip address. |
|
| get_iddcode(ip_address)
|
Returns idd code from ip address. |
|
| get_areacode(ip_address)
|
Returns area code from ip address. |
|
| get_weatherstationcode(ip_address)
|
Returns weather station code from ip address. |
|
| get_weatherstationname(ip_address)
|
Returns weather station name from ip address. |
|
| get_all(ip_address)
|
Returns an array of country short name, country long
name, region, city, latitude, longitude and domain name for an IP address. |