WC_Geo_IP_Record
in package
Geo IP Record class.
Table of Contents
- $area_code : int
- Area code.
- $city : string
- City.
- $continent_code : string
- Continent code.
- $country_code : string
- Country code.
- $country_code3 : string
- 3 letters country code.
- $country_name : string
- Country name.
- $dma_code : float
- DMA Code.
- $latitude : int
- Latitude
- $longitude : int
- Longitude.
- $metro_code : float
- Metro code.
- $postal_code : string
- Postal code.
- $region : string
- Region.
Properties
$area_code
Area code.
public
int
$area_code
$city
City.
public
string
$city
$continent_code
Continent code.
public
string
$continent_code
$country_code
Country code.
public
string
$country_code
$country_code3
3 letters country code.
public
string
$country_code3
$country_name
Country name.
public
string
$country_name
$dma_code
DMA Code.
public
float
$dma_code
Metro and DMA code are the same. Use metro code instead.
$latitude
Latitude
public
int
$latitude
$longitude
Longitude.
public
int
$longitude
$metro_code
Metro code.
public
float
$metro_code
$postal_code
Postal code.
public
string
$postal_code
$region
Region.
public
string
$region