1.2.1520. ext/geoip¶
Extension geoip for PHP.
The GeoIP extension allows the localisation of an IP address.
<?php
$org = geoip_org_by_name('www.example.com');
if ($org) {
echo 'This host IP is allocated to: ' . $org;
}
?>
See also GeoIP.
1.2.1520.1. Specs¶
Short name |
Extensions/Extgeoip |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |