| [ Index ] |
|
Code source de IMP H3 (4.1.5) |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 168 lignes (5 kb) |
| Inclus ou requis: | 12 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
IMP_IMAP:: (4 méthodes):
singleton()
IMP_IMAP()
openIMAPStream()
changeMbox()
| singleton($params = array() X-Ref |
| Attempts to return a reference to a concrete IMP_IMAP instance. It will only create a new instance if no IMP_IMAP instance currently exists. This method must be invoked as: $imp_imap = &IMP_IMAP::singleton(); param: array $params Parameters needed. return: IMP_IMAP The concrete IMP_IMAP reference, or false on error. |
| IMP_IMAP($params = array() X-Ref |
| Constructor. param: array $params Any additional parameters needed. |
| openIMAPStream($mbox = null, $flags = 0) X-Ref |
| Open an IMAP stream. param: string $mbox A mailbox to open. param: integer $flags Any flags that need to be passed to imap_open(). return: resource The return from the imap_open() call. |
| changeMbox($mbox, $flags = 0) X-Ref |
| Change the currently active IMP IMAP stream to a new mailbox (if necessary). param: string $mbox The new mailbox. param: integer $flags Any flags that need to be passed to return: boolean True on success, false on error. |
| Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
|