<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.imap-alerts.php',
    1 => 'imap_alerts',
    2 => 'Returns all IMAP alert messages that have occurred',
  ),
  'up' => 
  array (
    0 => 'ref.imap.php',
    1 => 'IMAP Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.imap-8bit.php',
    1 => 'imap_8bit',
  ),
  'next' => 
  array (
    0 => 'function.imap-append.php',
    1 => 'imap_append',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imap/functions/imap-alerts.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imap-alerts" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imap_alerts</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">imap_alerts</span> &mdash; <span class="dc-title">Returns all IMAP alert messages that have occurred</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.imap-alerts-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>imap_alerts</strong></span>(): <span class="type"><span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Returns all of the <abbr title="Internet Message Access Protocol">IMAP</abbr> alert messages generated since the last
   <span class="function"><strong>imap_alerts()</strong></span> call, or the beginning of the page. 
  </p>
  <p class="para">
   When <span class="function"><strong>imap_alerts()</strong></span> is called, the alert stack is
   subsequently cleared. The <abbr title="Internet Message Access Protocol">IMAP</abbr> specification requires that these messages
   be passed to the user.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.imap-alerts-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.imap-alerts-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns an array of all of the IMAP alert messages generated or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if
   no alert messages are available.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.imap-alerts-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.imap-errors.php" class="function" rel="rdfs-seeAlso">imap_errors()</a> - Returns all of the IMAP errors that have occurred</span></li>
   </ul>
  </p>
 </div>

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