Query: imap_subscribe
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAP_SUBSCRIBE(3) 1 IMAP_SUBSCRIBE(3) imap_subscribe - Subscribe to a mailboxSYNOPSISbool imap_subscribe (resource $imap_stream, string $mailbox)DESCRIPTIONSubscribe to a new mailbox.PARAMETERSo $ imap_stream -An IMAP stream returned by imap_open(3). o $mailbox - The mailbox name, see imap_open(3) for more informationRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOimap_unsubscribe(3). PHP Documentation Group IMAP_SUBSCRIBE(3)
Related Man Pages |
---|
imap_append(3) - php |
imap_check(3) - php |
imap_fetch_overview(3) - php |
imap_getsubscribed(3) - php |
imap_listscan(3) - php |