|
PHP5中文手册
imap_listscan(No version information available, might be only in CVS) imap_listscan — Returns the list of mailboxes that matches the given text 说明
array imap_listscan
( resource $imap_stream
, string $ref
, string $pattern
, string $content
)
Returns an array containing the names of the mailboxes that have content in the text of the mailbox. This function is similar to imap_listmailbox(), but it will additionally check for the presence of the string content inside the mailbox data. 参数
返回值Returns an array containing the names of the mailboxes that have content in the text of the mailbox. |