Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

geoip_id_by_name

(no version information, might be only in CVS)

geoip_id_by_name -- Get the Internet connection speed

Описание

int geoip_id_by_name ( string hostname )

The geoip_id_by_name() function will return the country and region corresponding to a hostname or an IP address.

The return value is numeric and can be compared to the following constants:

  • GEOIP_UNKNOWN_SPEED

  • GEOIP_DIALUP_SPEED

  • GEOIP_CABLEDSL_SPEED

  • GEOIP_CORPORATE_SPEED

Список параметров

hostname

The hostname or IP address whose net speed is to be looked-up.

Возвращаемые значения

Returns the net speed.

Примеры

Пример 1. A geoip_id_by_name() example

This will output the net speed of the host example.com.

<?php
$netspeed
= geoip_id_by_name('www.example.com');

echo
'The connection type is ';

switch (
$netspeed) {
    case
GEOIP_DIALUP_SPEED:
        echo
'dial-up';
        break;
    case
GEOIP_CABLEDSL_SPEED:
        echo
'cable or DSL';
        break;
    case
GEOIP_CORPORATE_SPEED:
        echo
'corporate';
        break;
    case
GEOIP_UNKNOWN_SPEED:
    default:
        echo
'unknown';
}
?>

Результат выполнения данного примера:

The connection type is corporate



add a note add a note User Contributed Notes
geoip_id_by_name
There are no user contributed notes for this page.

geoip_org_by_name> <geoip_database_info
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571