Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
(no description)
File Size: | 287 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Reader:: (14 methods):
__construct()
city()
country()
anonymousIp()
asn()
connectionType()
domain()
enterprise()
isp()
modelFor()
flatModelFor()
getRecord()
metadata()
close()
__construct($filename,$locales = ['en']) X-Ref |
Constructor. param: string $filename the path to the GeoIP2 database file param: array $locales list of locale codes to use in name property |
city($ipAddress) X-Ref |
This method returns a GeoIP2 City model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\City |
country($ipAddress) X-Ref |
This method returns a GeoIP2 Country model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\Country |
anonymousIp($ipAddress) X-Ref |
This method returns a GeoIP2 Anonymous IP model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\AnonymousIp |
asn($ipAddress) X-Ref |
This method returns a GeoLite2 ASN model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\Asn |
connectionType($ipAddress) X-Ref |
This method returns a GeoIP2 Connection Type model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\ConnectionType |
domain($ipAddress) X-Ref |
This method returns a GeoIP2 Domain model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\Domain |
enterprise($ipAddress) X-Ref |
This method returns a GeoIP2 Enterprise model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\Enterprise |
isp($ipAddress) X-Ref |
This method returns a GeoIP2 ISP model. param: string $ipAddress an IPv4 or IPv6 address as a string return: \GeoIp2\Model\Isp |
modelFor($class, $type, $ipAddress) X-Ref |
No description |
flatModelFor($class, $type, $ipAddress) X-Ref |
No description |
getRecord($class, $type, $ipAddress) X-Ref |
No description |
metadata() X-Ref |
return: \MaxMind\Db\Reader\Metadata object for the database |
close() X-Ref |
Closes the GeoIP2 database and returns the resources to the system. |