<?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-uid.php',
    1 => 'imap_uid',
    2 => 'Liefert die UID f&uuml;r die gegebene Nachrichtennummer',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'IMAP Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.imap-timeout.php',
    1 => 'imap_timeout',
  ),
  'next' => 
  array (
    0 => 'function.imap-undelete.php',
    1 => 'imap_undelete',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/imap/functions/imap-uid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imap-uid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imap_uid</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">imap_uid</span> &mdash; <span class="dc-title">Liefert die UID für die gegebene Nachrichtennummer</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.imap-uid-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>imap_uid</strong></span>(<span class="methodparam"><span class="type"><a href="class.imap-connection.php" class="type IMAP\Connection">IMAP\Connection</a></span> <code class="parameter">$imap</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$message_num</code></span>): <span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Diese Funktion gibt die UID für die angegebene Nachrichtennummer zurück.
   Eine UID ist ein eindeutiger Bezeichner für eine Nachricht, der sich nicht
   mit der Zeit ändert, während eine Nachrichtennummer sich bei jeder
   Veränderung des Postfachinhalts ändern kann.
  </p>
  <p class="para">
   Diese Funktion ist das Gegenstück zu <span class="function"><a href="function.imap-msgno.php" class="function">imap_msgno()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.imap-uid-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    <dt>
<code class="parameter">imap</code></dt><dd><p class="para">Eine <span class="classname"><a href="class.imap-connection.php" class="classname">IMAP\Connection</a></span>-Instanz.</p></dd>
    
     <dt><code class="parameter">message_num</code></dt>
     <dd>
      <p class="para">
       Die Nummer der Nachricht
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.imap-uid-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt die UID der gewünschten Nachricht zurück.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.imap-uid-changelog">
  <h3 class="title">Changelog</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Beschreibung</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.1.0</td>
 <td>
  Der Parameter <code class="parameter">imap</code> erwartet nun eine
  <span class="classname"><a href="class.imap-connection.php" class="classname">IMAP\Connection</a></span>-Instanz; vorher wurde eine gültige
  <code class="literal">imap</code>-<a href="language.types.resource.php" class="link">Ressource</a> erwartet.
 </td>
</tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 notes" id="refsect1-function.imap-uid-notes">
  <h3 class="title">Anmerkungen</h3>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <p class="para">
    Diese Funktion wird von POP3-Postfächern nicht unterstützt.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.imap-uid-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.imap-msgno.php" class="function" rel="rdfs-seeAlso">imap_msgno()</a> - Liefert die Nummer einer Nachricht f&uuml;r eine gegebene UID</span></li>
   </ul>
  </p>
 </div>


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