|
imap_openOpen an IMAP stream to a mailbox Description
resource imap_open
( string
$mailbox
, string $username
, string $password
[, int $options = 0
[, int $n_retries = 0
[, array $params = NULL
]]] )
Opens an IMAP stream to a This function can also be used to open streams to POP3 and NNTP servers, but some functions and features are only available on IMAP servers. Parameters
Return Values
Returns an IMAP stream on success or Changelog
Examples
Example #1 Different use of imap_open
<?php Example #2 imap_open example
<?php See Also
|