IMAP Функции
PHP Manual

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

IMAP поток, върнат от функция imap_open().

mailbox

The mailbox name, see imap_open() for more information

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.

Вж. също


IMAP Функции
PHP Manual