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

contributors($setup);

?>
<div id="intro.ds" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
    Efficient data structures for PHP 7, provided as an alternative to the <span class="type"><a href="language.types.array.php" class="type array">array</a></span>.
  </p>
  <p class="para">
    See <a href="https://medium.com/p/9dda7af674cd" class="link external">&raquo;&nbsp;this blog post</a>
    for benchmarks, discussion and frequently asked questions.
  </p>
 </div><?php manual_footer($setup); ?>