GeoIP2 PHP API v2.4.4
  • Namespace
  • Class

Namespaces

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

Classes

  • AnonymousIp
  • City
  • ConnectionType
  • Country
  • Domain
  • Enterprise
  • Insights
  • Isp

Class Isp

This class provides the GeoIP2 Connection-Type model.

GeoIp2\Model\AbstractModel implements GeoIp2\Compat\JsonSerializable
Extended by GeoIp2\Model\Isp
Namespace: GeoIp2\Model
Located at Model/Isp.php

Methods summary

Methods inherited from GeoIp2\Model\AbstractModel

__construct(), __get(), __isset(), get(), jsonSerialize()

Properties summary

protected $autonomousSystemNumber
#
protected $autonomousSystemOrganization
#
protected $isp
#
protected $organization
#
protected $ipAddress
#

Properties inherited from GeoIp2\Model\AbstractModel

$raw

Magic properties

public read-only integer|null $autonomousSystemNumber

The autonomous system number associated with the IP address.

public read-only string|null $autonomousSystemOrganization

The organization associated with the registered autonomous system number for the IP address.

public read-only string|null $isp

The name of the ISP associated with the IP address.

public read-only string|null $organization

The name of the organization associated with the IP address.

public read-only string $ipAddress

The IP address that the data in the model is for.

GeoIP2 PHP API v2.4.4 API documentation generated by ApiGen