|
PHP5中文手册
imap_list(PHP 4, PHP 5) imap_list — Read the list of mailboxes 说明
array imap_list
( resource $imap_stream
, string $ref
, string $pattern
)
Read the list of mailboxes. 参数
返回值Returns an array containing the names of the mailboxes. 范例
Example#1 imap_list() example
<?php |