update : 2015.11.03
php.shukuma.com검색:
|
imap_list(PHP 4, PHP 5, PHP 7) 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 참고
|