<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.imap-utf8-to-mutf7.php',
    1 => 'imap_utf8_to_mutf7',
    2 => 'Encode a UTF-8 string to modified UTF-7',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'IMAP Funktionen',
  ),
  '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' => 'en',
    '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">Encode a UTF-8 string to modified UTF-7</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.imap-utf8-to-mutf7-description">
  <h3 class="title">Beschreibung</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">
   Encode a UTF-8 string to modified UTF-7 (as specified in RFC 2060, section 5.1.3).
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <p class="para">
    This function is only available, if libcclient exports utf8_to_mutf7().
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.imap-utf8-to-mutf7-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">string</code></dt>
    <dd>
     <p class="para">
      A UTF-8 encoded string.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.imap-utf8-to-mutf7-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns <code class="parameter">string</code> converted to modified UTF-7,
   Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben..
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.imap-utf8-to-mutf7-seealso">
  <h3 class="title">Siehe auch</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> - Decode a modified UTF-7 string to UTF-8</span></li>
  </ul>
 </div>


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