|
geoip_id_by_nameGet the Internet connection type Description
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:
Parameters
Return ValuesReturns the connection type. Examples
Example #1 A geoip_id_by_name example This will output the connection type of the host example.com.
<?php The above example will output: The connection type is corporate |