Forum und email

imap_subscribe

(PHP 4, PHP 5)

imap_subscribe — Subscribe to a mailbox

Leírás

bool imap_subscribe ( resource $imap_stream , string $mailbox )

Subscribe to a new mailbox.

Paraméterek

imap_stream

An IMAP stream returned by imap_open().

mailbox

The mailbox name, see imap_open() for more information

Visszatérési értékek

Siker esetén TRUE értékkel tér vissza, ellenkező esetben FALSE értéket ad.

Lásd még