imap_unsubscribe
(PHP 4, PHP 5)
imap_unsubscribe — Unsubscribe from a mailbox
Описание
bool imap_unsubscribe
( resource
$imap_stream
, string $mailbox
)
Unsubscribe from the specified mailbox.
Список параметров
-
imap_stream -
Поток IMAP, полученный из imap_open().
-
mailbox -
The mailbox name, see imap_open() for more information
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
There are no user contributed notes for this page.
