geoip_netspeedcell_by_name

(PECL geoip >= 1.1.0)

geoip_netspeedcell_by_name��ȡ���������ٶ�

˵��

geoip_netspeedcell_by_name ( string $hostname ) : string

geoip_netspeedcell_by_name() �������᷵���������� IP ��ַ��Ӧ�������������ͺ��ٶȡ�

�ú���ֻ���� GeoIP 1.4.8 �汾���ϲ���ʹ�á�

Ŀǰ���ú���ֻ�Թ�������ҵ GeoIP NetSpeedCell �汾���û����ã����򽫻��׳�һ�����棡

����ֵΪ�ַ�������������£�

  • Cable/DSL
  • Dialup
  • Cellular
  • Corporate

����

hostname

���������� IP ��ַ��

����ֵ

�ɹ������������ٶȣ�δ�ҵ������Ϣ�򷵻� FALSE ��

����

Example #1 һ�� geoip_netspeedcell_by_name() ʹ�÷�����

���´��뽫����� example.com �����������ٶȡ�

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

if (
$netspeed) {
    echo 
'The connection type is: '$netspeed;
}
?>

�������̻������

The connection type is: Corporate