PHP » GoLang |
login |
register |
about
|
|
imap_getacl(PHP 5, PHP 7) imap_getacl — Gets the ACL for a given mailbox Description
array imap_getacl
( resource
$imap_stream
, string $mailbox
)Gets the ACL for a given mailbox. Parameters
Return ValuesReturns an associative array of "folder" => "acl" pairs. Examples
Example #1 imap_getacl() example
<?phpThe above example will output something similar to:
Array
(
[asubfolder] => lrswipcda
[anothersubfolder] => lrswipcda
)
NotesThis function is currently only available to users of the c-client2000 or greater library. |
more
Most requested
more
Last requests
|