<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.geoip.php',
    1 => 'GeoIP',
    2 => 'Geo IP Location',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Diğer Temel Eklentiler',
  ),
  'prev' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Diğer Temel Eklentiler',
  ),
  'next' => 
  array (
    0 => 'geoip.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/geoip/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.geoip.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.geoip" class="book">
 
 <h1 class="title">Geo IP Location</h1>
 

 <div id="intro.geoip" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="simpara">
    The GeoIP extension allows you to find the location of an IP address. City,
    State, Country, Longitude, Latitude, and other information as all, such as
    ISP and connection type can be obtained with the help of GeoIP.
  </p>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="simpara">
    This extension does not support MaxMind&#039;s current &quot;GeoIP2&quot; databases,
    only the &quot;GeoIP legacy&quot; database files.
   </p>
  </div>
 </div>

 




 




 








<ul class="chunklist chunklist_book"><li><a href="geoip.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="geoip.requirements.php">Gereksinimler</a></li><li><a href="geoip.installation.php">Kurulum</a></li><li><a href="geoip.configuration.php">&Ccedil;alışma Anı Yapılandırması</a></li></ul></li><li><a href="geoip.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="ref.geoip.php">GeoIP İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><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></li></ul></div><?php manual_footer($setup); ?>