PHP » PYTHON |
login |
register |
about
|
|
imap_reopen(PHP 4, PHP 5) imap_reopen — Reopen IMAP stream to new mailbox Description
bool imap_reopen
( resource $imap_stream
, string $mailbox
[, int $options= 0
[, int $n_retries= 0
]] )
Reopens the specified stream to a new mailbox on an IMAP or NNTP server. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 imap_reopen() example
<?php
|
more
Recently updated
more
Most requested
|