imap_close
Close an IMAP stream
Description
true imap_close(IMAP\Connection $imap
, int $flags
= 0)
Parameters
-
imap
-
An IMAP\Connection instance.
-
flags
-
If set to CL_EXPUNGE
, the function will silently
expunge the mailbox before closing, removing all messages marked for
deletion. You can achieve the same thing by using
imap_expunge
Return Values
Always returns true
.
Errors/Exceptions
Throws a ValueError if flags
is invalid.