From eb9900a14683a28986a00012c044c9fa6e7c3850 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 10 Apr 2001 15:42:24 +0000 Subject: [PATCH] added see also notes to imap_num_msg and imap_num_recent git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45105 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/functions/imap.xml b/functions/imap.xml index bfc154023f..ca4f2ee80f 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1844,6 +1844,10 @@ for($i=0;$i<count($elements);$i++) { Return the number of messages in the current mailbox. + + See also: imap_num_recent and + imap_status. + @@ -1864,6 +1868,10 @@ for($i=0;$i<count($elements);$i++) { Returns the number of recent messages in the current mailbox. + + See also: imap_num_msg and + imap_status. +