See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
(no description)
File Size: | 239 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Client:: (6 methods):
__construct()
userAgent()
city()
country()
insights()
responseFor()
__construct($accountId,$licenseKey,$locales = ['en'],$options = []) X-Ref |
Constructor. param: int $accountId your MaxMind account ID param: string $licenseKey your MaxMind license key param: array $locales list of locale codes to use in name property param: array $options array of options. Valid options include: |
userAgent() X-Ref |
No description |
city($ipAddress = 'me') X-Ref |
This method calls the GeoIP2 Precision: City service. param: string $ipAddress IPv4 or IPv6 address as a string. If no return: \GeoIp2\Model\City |
country($ipAddress = 'me') X-Ref |
This method calls the GeoIP2 Precision: Country service. param: string $ipAddress IPv4 or IPv6 address as a string. If no return: \GeoIp2\Model\Country |
insights($ipAddress = 'me') X-Ref |
This method calls the GeoIP2 Precision: Insights service. param: string $ipAddress IPv4 or IPv6 address as a string. If no return: \GeoIp2\Model\Insights |
responseFor($endpoint, $class, $ipAddress) X-Ref |
No description |