You are here

class IP2LocationRecord in Smart IP 6

Same name and namespace in other branches
  1. 7 includes/IP2Location.inc \IP2LocationRecord

Hierarchy

Expanded class hierarchy of IP2LocationRecord

File

includes/IP2Location.inc, line 19

View source
class IP2LocationRecord {
  public $ipAddress, $ipNumber, $countryCode, $countryName, $regionName, $cityName, $latitude, $longitude, $isp, $domainName, $zipCode, $timeZone, $netSpeed, $iddCode, $areaCode, $weatherStationCode, $weatherStationName, $mcc, $mnc, $mobileCarrierName, $elevation, $usageType;

}

Members