update : 2015.11.03
php.shukuma.com검색:
|
imap_listscan(PHP 4, PHP 5, PHP 7) 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
This function is similar to imap_listmailbox(),
but it will additionally check for the presence of the string
인수
반환값
Returns an array containing the names of the mailboxes that have
참고
|