<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.imap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.imap-utf8-to-mutf7.php',
    1 => 'imap_utf8_to_mutf7',
    2 => 'Кодирует строку UTF-8 в изменённую UTF-7',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'Функции IMAP',
  ),
  'prev' => 
  array (
    0 => 'function.imap-utf8.php',
    1 => 'imap_utf8',
  ),
  'next' => 
  array (
    0 => 'class.imap-connection.php',
    1 => 'IMAP\\Connection',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/imap/functions/imap-utf8-to-mutf7.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imap-utf8-to-mutf7" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imap_utf8_to_mutf7</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">imap_utf8_to_mutf7</span> &mdash; <span class="dc-title">Кодирует строку UTF-8 в изменённую UTF-7</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.imap-utf8-to-mutf7-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>imap_utf8_to_mutf7</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$string</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Кодировать строку UTF-8 в изменённую строку UTF-7 (в соответствии разделом 5.1.3 стандарта RFC 2060).
  </p>
  <blockquote class="note"><p><strong class="note">Замечание</strong>: 
   <p class="para">
    Эта функция доступна, только если модуль libcclient экспортирует функцию utf8_to_mutf7().
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.imap-utf8-to-mutf7-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">string</code></dt>
    <dd>
     <p class="para">
      Закодированная в UTF-8 строка.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.imap-utf8-to-mutf7-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Возвращает <code class="parameter">string</code>, конвертированную в изменённую UTF-7 или <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, если возникла ошибка.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.imap-utf8-to-mutf7-seealso">
  <h3 class="title">Смотрите также</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.imap-mutf7-to-utf8.php" class="function" rel="rdfs-seeAlso">imap_mutf7_to_utf8()</a> - Декодирует изменённую строку UTF-7 в UTF-8</span></li>
  </ul>
 </div>


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