GeoIP2 PHP API v2.4.4
  • Namespace
  • Class

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • WebService
  • MaxMind
    • Db
      • Reader
  • PHP

Classes

  • AbstractPlaceRecord
  • AbstractRecord
  • City
  • Continent
  • Country
  • Location
  • MaxMind
  • Postal
  • RepresentedCountry
  • Subdivision
  • Traits

Class Traits

Contains data for the traits record associated with an IP address

This record is returned by all location services and databases.

GeoIp2\Record\AbstractRecord implements GeoIp2\Compat\JsonSerializable
Extended by GeoIp2\Record\Traits
Namespace: GeoIp2\Record
Located at Record/Traits.php

Methods summary

Methods inherited from GeoIp2\Record\AbstractRecord

__isset(), jsonSerialize()

Properties summary

Magic properties

public read-only integer|null $autonomousSystemNumber

The autonomous system number associated with the IP address. This attribute is only available from the City and Insights web service and the GeoIP2 Enterprise database.

public read-only string|null $autonomousSystemOrganization

The organization associated with the registered autonomous system number for the IP address. This attribute is only available from the City and Insights web service and the GeoIP2 Enterprise database.

public read-only string|null $connectionType

The connection type may take the following values: "Dialup", "Cable/DSL", "Corporate", "Cellular". Additional values may be added in the future. This attribute is only available in the GeoIP2 Enterprise database.

public read-only string|null $domain

The second level domain associated with the IP address. This will be something like "example.com" or "example.co.uk", not "foo.example.com". This attribute is only available from the City and Insights web service and the GeoIP2 Enterprise database.

public read-only string $ipAddress

The IP address that the data in the model is for. If you performed a "me" lookup against the web service, this will be the externally routable IP address for the system the code is running on. If the system is behind a NAT, this may differ from the IP address locally assigned to it. This attribute is returned by all end points.

public read-only boolean $isAnonymousProxy

Deprecated. Please see our GeoIP2 Anonymous IP database to determine whether the IP address is used by an anonymizing service.

public read-only boolean $isLegitimateProxy

This attribute is true if MaxMind believes this IP address to be a legitimate proxy, such as an internal VPN used by a corporation. This attribute is only available in the GeoIP2 Enterprise database.

public read-only boolean $isSatelliteProvider

Deprecated. Due to the increased coverage by mobile carriers, very few satellite providers now serve multiple countries. As a result, the output does not provide sufficiently relevant data for us to maintain it.

public read-only string|null $isp

The name of the ISP associated with the IP address. This attribute is only available from the City and Insights web services and the GeoIP2 Enterprise database.

public read-only string|null $organization

The name of the organization associated with the IP address. This attribute is only available from the City and Insights web services and the GeoIP2 Enterprise database.

public read-only string|null $userType

The user type associated with the IP address. This can be one of the following values:

  • business
  • cafe
  • cellular
  • college
  • content_delivery_network
  • dialup
  • government
  • hosting
  • library
  • military
  • residential
  • router
  • school
  • search_engine_spider
  • traveler

This attribute is only available from the Insights web service and the GeoIP2 Enterprise database.

GeoIP2 PHP API v2.4.4 API documentation generated by ApiGen