<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.intl.php',
    1 => 'Функції intl',
    2 => 'Функції intl',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'intl',
  ),
  'prev' => 
  array (
    0 => 'intliterator.valid.php',
    1 => 'IntlIterator::valid',
  ),
  'next' => 
  array (
    0 => 'function.intl-error-name.php',
    1 => 'intl_error_name',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/intl/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.intl.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.intl" class="reference">
 <h1 class="title">Функції intl</h1>
 





















<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.intl-error-name.php">intl_error_name</a> — Get symbolic name for a given error code</li><li><a href="function.intl-get-error-code.php">intl_get_error_code</a> — Get the last error code</li><li><a href="function.intl-get-error-message.php">intl_get_error_message</a> — Get description of the last error</li><li><a href="function.intl-is-failure.php">intl_is_failure</a> — Check whether the given error code indicates failure</li></ul>
</div>
<?php manual_footer($setup); ?>