AnonymizerFeed
in package
implements
JsonSerializable
Contains data for one type of anonymizer detection, currently residential proxies. Additional anonymizer types may be added in the future.
This record is returned by the GeoIP Insights web service.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $confidence : int|null
- $networkLastSeen : string|null
- $providerName : string|null
Methods
- jsonSerialize() : array<string, mixed>
Properties
$confidence read-only
public
int|null
$confidence
A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of this anonymizer feed. This attribute is only available from the GeoIP Insights web service.
$networkLastSeen read-only
public
string|null
$networkLastSeen
The last day that the network was sighted in our analysis of this anonymizer feed, in YYYY-MM-DD format. This attribute is only available from the GeoIP Insights web service.
$providerName read-only
public
string|null
$providerName
The name of the provider associated with the network in this anonymizer feed. This attribute is only available from the GeoIP Insights web service.
Methods
jsonSerialize()
public
jsonSerialize() : array<string, mixed>