OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
sendy
/
includes
/
helpers
/
geo
/
geolite2
/
vendor
/
geoip2
/
geoip2
/
src
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/27/2024 05:26:26 AM
rwxr-xr-x
📁
Database
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📁
Exception
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📁
Model
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
ProviderInterface.php
474 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📁
Record
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📁
WebService
-
05/19/2025 10:07:15 AM
rwxr-xr-x
Editing: ProviderInterface.php
Close
<?php namespace GeoIp2; interface ProviderInterface { /** * @param string $ipAddress an IPv4 or IPv6 address to lookup * * @return \GeoIp2\Model\Country a Country model for the requested IP address */ public function country($ipAddress); /** * @param string $ipAddress an IPv4 or IPv6 address to lookup * * @return \GeoIp2\Model\City a City model for the requested IP address */ public function city($ipAddress); }