imap_unsubscribe

(PHP 4, PHP 5, PHP 7)

imap_unsubscribeAbonnement eines Postfachs beenden

Beschreibung

imap_unsubscribe ( resource $imap_stream , string $mailbox ) : bool

Das Abonnement des Postfachs mailbox beenden.

Parameter-Liste

imap_stream

Eine von imap_open() zurückgegebene IMAP-Verbindung.

mailbox

Der Postfachname (mehr Informationen finden Sie unter imap_open()).

Warnung

Passing untrusted data to this parameter is insecure, unless imap.enable_insecure_rsh is disabled.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch