Overview

Namespaces

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

Classes

  • AnonymousIp
  • Asn
  • City
  • ConnectionType
  • Country
  • Domain
  • Enterprise
  • Insights
  • Isp
  • Overview
  • Namespace
  • Class
  • Tree

Class Asn

This class provides the GeoLite2 ASN model.

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

The autonomous system number associated with the IP address.

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.

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

public read-only 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 v2.7.0 API documentation generated by ApiGen 2.8.0