|
geoip_id_by_nameGet the Internet connection type Beschreibung
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:
Parameter-Liste
RückgabewerteReturns the connection type. Beispiele
Beispiel #1 A geoip_id_by_name example This will output the connection type of the host example.com.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: The connection type is corporate |