<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.info.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP Options/Info',
  ),
  'prev' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP Options/Info',
  ),
  'next' => 
  array (
    0 => 'info.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/info/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.info" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This functions enable you to get a lot of information about PHP itself,
   e.g. runtime configuration, loaded extensions, version and much more.
   You&#039;ll also find functions to set options for your running PHP.
   The probably best known function of PHP - <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span> -
   can be found here.
  </p>
 </div><?php manual_footer($setup); ?>