IMAP 函数
PHP 手册

imap_unsubscribe

(PHP 4, PHP 5)

imap_unsubscribeUnsubscribe from a mailbox

说明

bool imap_unsubscribe ( resource $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 函数
PHP 手册