Class Isp
This class provides the GeoIP2 Connection-Type model.
- GeoIp2\Model\AbstractModel implements JsonSerializable
- GeoIp2\Model\Isp
__construct(),
__get(),
__isset(),
get(),
jsonSerialize()
|
protected
mixed
|
$autonomousSystemNumber |
|
|
protected
mixed
|
$autonomousSystemOrganization |
|
|
protected
mixed
|
$isp |
|
|
protected
mixed
|
$organization |
|
|
protected
mixed
|
$ipAddress |
|
$raw
|
public
integer
|
$autonomousSystemNumber |
#
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. |
public
string
|
$isp |
#
The name of the ISP associated with the IP address. |
public
string
|
$organization |
#
The name of the organization associated with the IP address. |
public
string
|
$ipAddress |
#
The IP address that the data in the model is for. |