|
PHP5中文手册
imap_reopen(PHP 4, PHP 5) imap_reopen — Reopen IMAP stream to new mailbox 说明
bool imap_reopen
( resource $imap_stream
, string $mailbox
[, int $options
[, int $n_retries
]] )
Reopens the specified stream to a new mailbox on an IMAP or NNTP server. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 更新日志
范例
Example#1 imap_reopen() example
<?php |