<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.international.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.iconv.php',
    1 => 'iconv',
    2 => 'iconv',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => 'Підтримка людської мови та кодування символів',
  ),
  'prev' => 
  array (
    0 => 'function.textdomain.php',
    1 => 'textdomain',
  ),
  'next' => 
  array (
    0 => 'iconv.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/iconv/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.iconv.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.iconv" class="book">
 
 <h1 class="title">iconv</h1>
 
 
 <div id="intro.iconv" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This module contains an interface to iconv character set conversion
   facility. With this module, you can turn a string represented by a local
   character set into the one represented by another character set,
   which may be the Unicode character set. Supported character sets
   depend on the iconv implementation of your system.
   Note that the iconv function on some systems may not work
   as you expect. In such case, it&#039;d be a good idea to install the
   <a href="http://www.gnu.org/software/libiconv/" class="link external">&raquo;&nbsp;GNU libiconv</a> library. It will most
   likely end up with more consistent results.
  </p>

  <p class="para">
   This extension comes with
   various utility functions that help you to write multilingual
   scripts. Let&#039;s have a look at the following sections to explore the new
   features.
  </p> 
 </div>
 
 
 







 




 



 




<ul class="chunklist chunklist_book"><li><a href="iconv.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="iconv.requirements.php">Вимоги</a></li><li><a href="iconv.installation.php">Встановлення</a></li><li><a href="iconv.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="iconv.constants.php">Попередньо визначені константи</a></li><li><a href="ref.iconv.php">Функції iconv</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.iconv.php">iconv</a> — Convert a string from one character encoding to another</li><li><a href="function.iconv-get-encoding.php">iconv_get_encoding</a> — Retrieve internal configuration variables of iconv extension</li><li><a href="function.iconv-mime-decode.php">iconv_mime_decode</a> — Decodes a MIME header field</li><li><a href="function.iconv-mime-decode-headers.php">iconv_mime_decode_headers</a> — Decodes multiple MIME header fields at once</li><li><a href="function.iconv-mime-encode.php">iconv_mime_encode</a> — Composes a MIME header field</li><li><a href="function.iconv-set-encoding.php">iconv_set_encoding</a> — Set current setting for character encoding conversion</li><li><a href="function.iconv-strlen.php">iconv_strlen</a> — Повертає кількість символів в рядку</li><li><a href="function.iconv-strpos.php">iconv_strpos</a> — Finds position of first occurrence of a needle within a haystack</li><li><a href="function.iconv-strrpos.php">iconv_strrpos</a> — Finds the last occurrence of a needle within a haystack</li><li><a href="function.iconv-substr.php">iconv_substr</a> — Cut out part of a string</li><li><a href="function.ob-iconv-handler.php">ob_iconv_handler</a> — Convert character encoding as output buffer handler</li></ul></li></ul></div><?php manual_footer($setup); ?>