IIPGeoLocationService
in
Interface for IP Geolocation Services
Table of Contents
Methods
- bulkGeocodeIPs() : null|array<string|int, mixed>
- Geocodes multiple IP Addresses
- geocodeIP() : null|IPGeocoderData
- Geocodes an IP Address
Methods
bulkGeocodeIPs()
Geocodes multiple IP Addresses
public
bulkGeocodeIPs(array<string|int, mixed> $ips) : null|array<string|int, mixed>
Parameters
- $ips : array<string|int, mixed>
-
The IP Addresses to geocode
Return values
null|array<string|int, mixed>geocodeIP()
Geocodes an IP Address
public
geocodeIP(mixed $ip) : null|IPGeocoderData
Parameters
- $ip : mixed
-
The IP Address to geocode