PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once('Net/Geo.php');
bool Net_Geo() ([string $applicationName = '' [, string $alternateServerUrl = '']])
bool Net_Geo()
Create a new object for IP-based geographical information retrieval.
string $applicationName - Optional application name to use in UserAgent when polling Netgeo
string $alternateServerUrl - URL to Netgeo service script, will be set to "http://netgeo.caida.org/perl/netgeo.cgi" unless changed
boolean - Will always return true
This function can not be called statically.