Home > PHP > Function > IMAP > imap_check()

imap_check()

imap_check - Check current mailbox

Syntax

object imap_check (resource $imap_stream)

Arguments

  • imap_stream - An IMAP stream returned by imap_open().

Description

Checks information about the current mailbox.

Version

PHP 4, 5

Return value

Returns the information in an object with following properties: Date - current system time formatted according to ? RFC2822 Driver - protocol used to access this mailbox: POP3, IMAP, NNTP Mailbox - the mailbox name Nmsgs - number of messages in the mailbox Recent - number of recent messages in the mailbox