See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 39 and 401] [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 273 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(string $filename,array $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(string $ipAddress) X-Ref |
This method returns a GeoIP2 City model. param: string $ipAddress an IPv4 or IPv6 address as a string |
country(string $ipAddress) X-Ref |
This method returns a GeoIP2 Country model. param: string $ipAddress an IPv4 or IPv6 address as a string |
anonymousIp(string $ipAddress) X-Ref |
This method returns a GeoIP2 Anonymous IP model. param: string $ipAddress an IPv4 or IPv6 address as a string |
asn(string $ipAddress) X-Ref |
This method returns a GeoLite2 ASN model. param: string $ipAddress an IPv4 or IPv6 address as a string |
connectionType(string $ipAddress) X-Ref |
This method returns a GeoIP2 Connection Type model. param: string $ipAddress an IPv4 or IPv6 address as a string |
domain(string $ipAddress) X-Ref |
This method returns a GeoIP2 Domain model. param: string $ipAddress an IPv4 or IPv6 address as a string |
enterprise(string $ipAddress) X-Ref |
This method returns a GeoIP2 Enterprise model. param: string $ipAddress an IPv4 or IPv6 address as a string |
isp(string $ipAddress) X-Ref |
This method returns a GeoIP2 ISP model. param: string $ipAddress an IPv4 or IPv6 address as a string |
modelFor(string $class, string $type, string $ipAddress) X-Ref |
No description |
flatModelFor(string $class, string $type, string $ipAddress) X-Ref |
No description |
getRecord(string $class, string $type, string $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. |