imap_unsubscribe

(PHP 3, PHP 4, PHP 5)

imap_unsubscribe -- Unsubscribe from a mailbox

说明

bool imap_unsubscribe ( string imap_stream, string mailbox )

Unsubscribe from the specified mailbox.

参数

imap_stream

An IMAP stream returned by imap_open().

mailbox

The mailbox name, see imap_open() for more information

返回值

如果成功则返回 TRUE,失败则返回 FALSE

参见

imap_subscribe()