Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • WebService
  • PHP

Classes

  • City
  • ConnectionType
  • Country
  • Domain
  • Insights
  • Isp
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class Isp

This class provides the GeoIP2 Connection-Type model.

GeoIp2\Model\AbstractModel implements JsonSerializable
Extended by GeoIp2\Model\Isp
Namespace: GeoIp2\Model
Located at GeoIp2/Model/Isp.php
Methods inherited from GeoIp2\Model\AbstractModel
__construct(), __get(), __isset(), get(), jsonSerialize()
Properties summary
protected mixed $autonomousSystemNumber
#
protected mixed $autonomousSystemOrganization
#
protected mixed $isp
#
protected mixed $organization
#
protected mixed $ipAddress
#
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties summary
public integer $autonomousSystemNumber

The autonomous system number associated with the IP address.

The autonomous system number associated with the IP address.

public string $autonomousSystemOrganization

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

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

public string $isp

The name of the ISP associated with the IP address.

The name of the ISP associated with the IP address.

public string $organization

The name of the organization associated with the IP address.

The name of the organization associated with the IP address.

public string $ipAddress

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

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

GeoIP2 PHP API v0.8.0 API documentation generated by ApiGen 2.8.0