imap_close(3) php man page | unix.com

Man Page: imap_close

Operating Environment: php

Section: 3

IMAP_CLOSE(3)								 1							     IMAP_CLOSE(3)

imap_close - Close an IMAP stream

SYNOPSIS
bool imap_close (resource $imap_stream, [int $flag])
DESCRIPTION
Closes the imap stream.
PARAMETERS
o $ imap_stream -An IMAP stream returned by imap_open(3). o $flag - 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(3)
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
imap_open(3). PHP Documentation Group IMAP_CLOSE(3)
Related Man Pages
imap_setflag_full(3) - php
imap_get_quota(3) - php
imap_createmailbox(3) - php
imap_check(3) - php
imap_status(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!