You are here

private static property Database::$names in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/ip2location/ip2location-php/IP2Location.php \IP2Location\Database::names

Column name mapping

@access private @static

Type: array

File

includes/vendor/ip2location/ip2location-php/IP2Location.php, line 430

Class

Database
IP2Location database class

Namespace

IP2Location

Code

private static $names = [
  self::COUNTRY_CODE => 'countryCode',
  self::COUNTRY_NAME => 'countryName',
  self::REGION_NAME => 'regionName',
  self::CITY_NAME => 'cityName',
  self::LATITUDE => 'latitude',
  self::LONGITUDE => 'longitude',
  self::ISP => 'isp',
  self::DOMAIN_NAME => 'domainName',
  self::ZIP_CODE => 'zipCode',
  self::TIME_ZONE => 'timeZone',
  self::NET_SPEED => 'netSpeed',
  self::IDD_CODE => 'iddCode',
  self::AREA_CODE => 'areaCode',
  self::WEATHER_STATION_CODE => 'weatherStationCode',
  self::WEATHER_STATION_NAME => 'weatherStationName',
  self::MCC => 'mcc',
  self::MNC => 'mnc',
  self::MOBILE_CARRIER_NAME => 'mobileCarrierName',
  self::ELEVATION => 'elevation',
  self::USAGE_TYPE => 'usageType',
  self::IP_ADDRESS => 'ipAddress',
  self::IP_VERSION => 'ipVersion',
  self::IP_NUMBER => 'ipNumber',
];