Element index for package Net_GeoIP
[ c ]
[ d ]
[ g ]
[ i ]
[ l ]
[ n ]
[ o ]
[ s ]
top
top
g
- GeoIP.php
- procedural page GeoIP.php
- getDMACode
- in file DMA.php, method Net_GeoIP_DMA::getDMACode()
Reverse lookup of DMA code if [exact] metro region name is known.
- getInstance
- in file GeoIP.php, method Net_GeoIP::getInstance()
Singleton method, use this to get an instance and avoid re-parsing the db.
- getMetroRegion
- in file DMA.php, method Net_GeoIP_DMA::getMetroRegion()
Lookup the metro region based on the provided DMA code.
- getOrg
- in file GeoIP.php, method Net_GeoIP::getOrg()
Seek and return organization (or ISP) name for converted IP addr.
- getRecord
- in file GeoIP.php, method Net_GeoIP::getRecord()
Seek and populate Net_GeoIP_Location object for converted IP addr.
- getRegion
- in file GeoIP.php, method Net_GeoIP::getRegion()
Seek and return the region info (array containing country code and region name) for converted IP addr.
top
top
top
n
- Net_GeoIP
- in file GeoIP.php, class Net_GeoIP
GeoIP class provides an API for performing geo-location lookups based on IP address.
- Net_GeoIP_DMA
- in file DMA.php, class Net_GeoIP_DMA
Static class to handle mapping of DMA codes to metro regions.
- Net_GeoIP_Location
- in file Location.php, class Net_GeoIP_Location
This class represents a location record as returned by Net_GeoIP::lookupLocation().
top
o
- open
- in file GeoIP.php, method Net_GeoIP::open()
Opens geoip database at filename and with specified flags.
top
s
- seekCountry
- in file GeoIP.php, method Net_GeoIP::seekCountry()
Using the record length and appropriate start points, seek to the country that corresponds to the converted IP address integer.
- setupSegments
- in file GeoIP.php, method Net_GeoIP::setupSegments()
Parses the database file to determine what kind of database is being used and setup segment sizes and start points that will be used by the seek*() methods later.
top
Documentation generated on Fri, 01 Sep 2006 09:15:04 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|