Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 255 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(int $accountId,string $licenseKey,array $locales = ['en'],array $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(string $ipAddress = 'me') X-Ref |
This method calls the City Plus service. param: string $ipAddress IPv4 or IPv6 address as a string. If no |
country(string $ipAddress = 'me') X-Ref |
This method calls the Country service. param: string $ipAddress IPv4 or IPv6 address as a string. If no |
insights(string $ipAddress = 'me') X-Ref |
This method calls the Insights service. Insights is only supported by the GeoIP2 web service. The GeoLite2 web service does not support it. param: string $ipAddress IPv4 or IPv6 address as a string. If no |
responseFor(string $endpoint, string $class, string $ipAddress) X-Ref |
No description |