<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.geoip.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.geoip.php',
    1 => 'GeoIP Functions',
    2 => 'GeoIP Functions',
  ),
  'up' => 
  array (
    0 => 'book.geoip.php',
    1 => 'GeoIP',
  ),
  'prev' => 
  array (
    0 => 'geoip.constants.php',
    1 => 'Predefined Constants',
  ),
  'next' => 
  array (
    0 => 'function.geoip-asnum-by-name.php',
    1 => 'geoip_asnum_by_name',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/geoip/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.geoip.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.geoip" class="reference">
 <h1 class="title">GeoIP Functions</h1>
 






























































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.geoip-asnum-by-name.php">geoip_asnum_by_name</a> — Get the Autonomous System Numbers (ASN)</li><li><a href="function.geoip-continent-code-by-name.php">geoip_continent_code_by_name</a> — Get the two letter continent code</li><li><a href="function.geoip-country-code-by-name.php">geoip_country_code_by_name</a> — Get the two letter country code</li><li><a href="function.geoip-country-code3-by-name.php">geoip_country_code3_by_name</a> — Get the three letter country code</li><li><a href="function.geoip-country-name-by-name.php">geoip_country_name_by_name</a> — Get the full country name</li><li><a href="function.geoip-database-info.php">geoip_database_info</a> — Get GeoIP Database information</li><li><a href="function.geoip-db-avail.php">geoip_db_avail</a> — Determine if GeoIP Database is available</li><li><a href="function.geoip-db-filename.php">geoip_db_filename</a> — Returns the filename of the corresponding GeoIP Database</li><li><a href="function.geoip-db-get-all-info.php">geoip_db_get_all_info</a> — Returns detailed information about all GeoIP database types</li><li><a href="function.geoip-domain-by-name.php">geoip_domain_by_name</a> — Get the second level domain name</li><li><a href="function.geoip-id-by-name.php">geoip_id_by_name</a> — Get the Internet connection type</li><li><a href="function.geoip-isp-by-name.php">geoip_isp_by_name</a> — Get the Internet Service Provider (ISP) name</li><li><a href="function.geoip-netspeedcell-by-name.php">geoip_netspeedcell_by_name</a> — Get the Internet connection speed</li><li><a href="function.geoip-org-by-name.php">geoip_org_by_name</a> — Get the organization name</li><li><a href="function.geoip-record-by-name.php">geoip_record_by_name</a> — Returns the detailed City information found in the GeoIP Database</li><li><a href="function.geoip-region-by-name.php">geoip_region_by_name</a> — Get the country code and region</li><li><a href="function.geoip-region-name-by-code.php">geoip_region_name_by_code</a> — Returns the region name for some country and region code combo</li><li><a href="function.geoip-setup-custom-directory.php">geoip_setup_custom_directory</a> — Set a custom directory for the GeoIP database</li><li><a href="function.geoip-time-zone-by-country-and-region.php">geoip_time_zone_by_country_and_region</a> — Returns the time zone for some country and region code combo</li></ul>
</div>
<?php manual_footer($setup); ?>