update : 2015.11.03
php.shukuma.com검색:
|
geoip_id_by_name(PECL geoip >= 0.2.0) geoip_id_by_name — Get the Internet connection type 설명
int geoip_id_by_name
( string
$hostname
)The geoip_id_by_name() function will return the Internet connection type corresponding to a hostname or an IP address. The return value is numeric and can be compared to the following constants:
인수
반환값Returns the connection type. 예제
Example #1 A geoip_id_by_name() example This will output the connection type of the host example.com.
<?php 위 예제의 출력: The connection type is corporate |