|
imap_reopen(PHP 4, PHP 5) imap_reopen — Reopen IMAP stream to new mailbox Описание
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. Список параметров
Возвращаемые значенияReturns TRUE if the stream is reopened, FALSE otherwise. Список изменений
Примеры
Пример #1 imap_reopen() example
<?php |
|||||