|
update : 2015.11.03
php.shukuma.com검색:
|
imap_getacl(PHP 5, PHP 7) imap_getacl — Gets the ACL for a given mailbox 설명
array imap_getacl
( resource
$imap_stream
, string $mailbox
)Gets the ACL for a given mailbox. 인수
반환값Returns an associative array of "folder" => "acl" pairs. 예제
Example #1 imap_getacl() example
<?php위 예제의 출력 예시:
Array
(
[asubfolder] => lrswipcda
[anothersubfolder] => lrswipcda
)
주의This function is currently only available to users of the c-client2000 or greater library. |