Esempio n. 1
0
function GeoIP_record_by_addr_v6($gi, $addr)
{
    if ($addr == null) {
        return 0;
    }
    $ipnum = inet_pton($addr);
    return _get_record_v6($gi, $ipnum);
}
Esempio n. 2
0
function geoip_record_by_addr_v6($gi, $addr)
{
    if ($addr == NULL) {
        return 0;
    }
    $ipnum = inet_pton($addr);
    return _get_record_v6($gi, $ipnum);
}