|
PHP5中文手册
imap_open(PHP 4, PHP 5) imap_open — Open an IMAP stream to a mailbox 说明
resource imap_open
( string $mailbox
, string $username
, string $password
[, int $options
[, int $n_retries
]] )
Opens an IMAP stream to a mailbox . 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. 参数
返回值Returns an IMAP stream on success or FALSE on error. 更新日志
范例
Example#1 Different use of imap_open()
<?php Example#2 imap_open() example
<?php |