<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.geoip.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.geoip.php',
    1 => 'GeoIP',
  ),
  'prev' => 
  array (
    0 => 'book.geoip.php',
    1 => 'GeoIP',
  ),
  'next' => 
  array (
    0 => 'geoip.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/geoip/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.geoip" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
    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">Увага</strong>
   <p class="para">
    This extension does not support MaxMind&#039;s current &quot;GeoIP2&quot; databases,
    only the &quot;GeoIP legacy&quot; database files.
   </p>
  </div>
 </div><?php manual_footer($setup); ?>