dolibarr 19.0.3
|
File of class to manage module geoip. More...
Go to the source code of this file.
Classes | |
class | DolGeoIP |
Class to manage GeoIP conversion Usage: $geoip=new GeoIP('country',$datfile); $geoip->getCountryCodeFromIP($ip); $geoip->close();. More... | |
File of class to manage module geoip.
Definition in file dolgeoip.class.php.