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

contributors($setup);

?>
<div id="intro.strings" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   These functions all manipulate strings in various ways. Some more
   specialized sections can be found in the <a href="book.pcre.php" class="link">regular expression</a> and
   <a href="book.url.php" class="link">URL handling</a> sections.
  </p>
  <p class="para">
   For information on how strings behave, especially with regard to
   usage of single quotes, double quotes, and escape sequences, see
   the <a href="language.types.string.php" class="link">Strings</a> entry in
   the <a href="language.types.php" class="link">Types</a> section of the
   manual.
  </p>
 </div><?php manual_footer($setup); ?>