File manager - Edit - /var/www/ratemypay/vendor/torann/geoip/src/Contracts/ServiceInterface.php
Back
<?php namespace Torann\GeoIP\Contracts; interface ServiceInterface { /** * The "booting" method of the service. * * @return void */ public function boot(); /** * Determine a location based off of * the provided IP address. * * @param string $ip * * @return \Torann\GeoIP\Location */ public function locate($ip); /** * Create a location instance from the provided attributes. * * @param array $attributes * * @return \Torann\GeoIP\Location */ public function hydrate(array $attributes = []); /** * Get configuration value. * * @param string $key * @param mixed $default * * @return mixed */ public function config($key, $default = null); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings