PHP » GoLang |
login |
register |
about
|
GoLang geoip_id_by_name
request it (293)
GoLang replacement for PHP's geoip_id_by_name
[edit | history]
geoip_id_by_name(PECL geoip >= 0.2.0) geoip_id_by_name — Get 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 |
more
Recently updated
more
Most requested
more
Last requests
|