geoip_id_by_name
PECL geoip >= 0.2.0
geoip_id_by_name - Get the Internet connection type
Manual
geoip_id_by_name(
string$hostname ): int
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:
GEOIP_UNKNOWN_SPEED
GEOIP_DIALUP_SPEED
GEOIP_CABLEDSL_SPEED
GEOIP_CORPORATE_SPEED
Parameters
- hostname
-
The hostname or IP address whose connection type is to be looked-up.
Return Values
Returns the connection type.