Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
GeoIp2\ProviderInterface Interface Reference
Inheritance diagram for GeoIp2\ProviderInterface:
GeoIp2\Database\Reader

Public Member Functions

 city (string $ipAddress)
 
 country (string $ipAddress)
 

Member Function Documentation

◆ city()

GeoIp2\ProviderInterface::city ( string $ipAddress)
Parameters
string$ipAddressan IPv4 or IPv6 address to lookup
Return values
GeoIp2\Model\Citya City model for the requested IP address

Implemented in GeoIp2\Database\Reader.

◆ country()

GeoIp2\ProviderInterface::country ( string $ipAddress)

Implemented in GeoIp2\Database\Reader.


The documentation for this interface was generated from the following file: