geoip_id_by_name Get the Internet connection type &reftitle.description; intgeoip_id_by_name stringhostname 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 &reftitle.parameters; hostname The hostname or IP address whose connection type is to be looked-up. &reftitle.returnvalues; Returns the connection type. &reftitle.examples; A <function>geoip_id_by_name</function> example This will output the connection type of the host example.com. ]]> &example.outputs;