Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Database
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • PHP

Classes

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

Class AnonymousIp

This class provides the GeoIP2 Anonymous IP model.

GeoIp2\Model\AbstractModel implements JsonSerializable
Extended by GeoIp2\Model\AnonymousIp
Namespace: GeoIp2\Model
Located at src/Model/AnonymousIp.php
Methods inherited from GeoIp2\Model\AbstractModel
__construct(), __get(), __isset(), get(), jsonSerialize()
Properties summary
protected $isAnonymous
#
protected $isAnonymousVpn
#
protected $isHostingProvider
#
protected $isPublicProxy
#
protected $isTorExitNode
#
protected $ipAddress
#
Properties inherited from GeoIp2\Model\AbstractModel
$raw
Magic properties summary
public read-only boolean $isAnonymous

This is true if the IP address belongs to any sort of anonymous network.

public read-only boolean $isAnonymousVpn

This is true if the IP address belongs to an anonymous VPN system.

public read-only boolean $isHostingProvider

This is true if the IP address belongs to a hosting provider.

public read-only boolean $isPublicProxy

This is true if the IP address belongs to a public proxy.

public read-only boolean $isTorExitNode

This is true if the IP address is a Tor exit node.

public read-only string $ipAddress

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

minFraud PHP API v1.4.0 API documentation generated by ApiGen