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) +} +]]> + + +