Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
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
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: