<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'extensions.php',
    1 => 'Список/Класифікація Розширення',
    2 => 'Список/Класифікація Розширення',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Доповнення',
  ),
  'prev' => 
  array (
    0 => 'ini.core.php',
    1 => 'Description of core php.ini directives',
  ),
  'next' => 
  array (
    0 => 'extensions.alphabetical.php',
    1 => 'В алфавітному порядку',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/extensions.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/extensions.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="extensions" class="appendix">
 <h1 class="title">Список/Класифікація Розширення</h1>
<h2>Зміст</h2><ul class="chunklist chunklist_appendix"><li><a href="extensions.alphabetical.php">В алфавітному порядку</a></li><li><a href="extensions.membership.php">По складу</a></li><li><a href="extensions.state.php">Стан</a></li></ul>

<p class="para">Цей додаток класифікує за різними
критеріями більш ніж 150 розширень, задокументованих в Посібнику з PHP.</p>

 

 

 

</div>
<?php manual_footer($setup); ?>