\GeoIp2\ModelIsp

This class provides the GeoIP2 ISP model.

Summary

Methods
Properties
Constants
No public methods found
$autonomousSystemNumber
$autonomousSystemOrganization
$isp
$organization
$ipAddress
$network
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$autonomousSystemNumber

$autonomousSystemNumber : int|null

The autonomous system number associated with the IP address.

Type

int|null

$autonomousSystemOrganization

$autonomousSystemOrganization : string|null

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

Type

string|null

$isp

$isp : string|null

The name of the ISP associated with the IP address.

Type

string|null

$organization

$organization : string|null

The name of the organization associated with the IP address.

Type

string|null

$ipAddress

$ipAddress : string

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

Type

string

$network

$network : string

The network in CIDR notation associated with the record. In particular, this is the largest network where all of the fields besides $ipAddress have the same value.

Type

string