update : 2015.11.03
php.shukuma.com검색:
|
imap_getmailboxes(PHP 4, PHP 5, PHP 7) imap_getmailboxes — Read the list of mailboxes, returning detailed information on each one 설명
array imap_getmailboxes
( resource
$imap_stream
, string $ref
, string $pattern
)Gets information on the mailboxes. 인수
반환값
Returns an array of objects containing mailbox information. Each
object has the attributes
예제
Example #1 imap_getmailboxes() example
<?php |