array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.imap-num-recent.php', 1 => 'imap_num_recent', 2 => 'Gets the number of recent messages in current mailbox', ), 'up' => array ( 0 => 'ref.imap.php', 1 => 'IMAP Funzioni', ), 'prev' => array ( 0 => 'function.imap-num-msg.php', 1 => 'imap_num_msg', ), 'next' => array ( 0 => 'function.imap-open.php', 1 => 'imap_open', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imap/functions/imap-num-recent.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_num_recent — Gets the number of recent messages in current mailbox
Gets the number of recent messages in the current mailbox.
Returns the number of recent messages in the current mailbox, as an integer.
| Versione | Descrizione |
|---|---|
| 8.1.0 |
The imap parameter expects an IMAP\Connection
instance now; previously, a valid imap resource was expected.
|