From 39dd8a1e84eb7cd34528392af1b8e054d8f5d393 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 10 Dec 2003 17:11:52 +0000 Subject: [PATCH] corrected the doc (user note) added example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146135 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-check.xml | 40 +++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/reference/imap/functions/imap-check.xml b/reference/imap/functions/imap-check.xml index e13783af46..0347a4c5c8 100644 --- a/reference/imap/functions/imap-check.xml +++ b/reference/imap/functions/imap-check.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,8 @@ - Date - last change of mailbox contents + Date - current system time formatted according to RFC822 @@ -50,6 +51,41 @@ + + + <function>imap_check</function> example + + +]]> + + + this will output : + + + + string(37) "Wed, 10 Dec 2003 17:56:54 +0100 (CET)" + ["Driver"]=> + string(4) "imap" + ["Mailbox"]=> + string(54) + "{www.example.com:143/imap/user="foo@example.com"}INBOX" + ["Nmsgs"]=> + int(1) + ["Recent"]=> + int(0) +} +]]> + + +