php man page for imap_getacl

Query: imap_getacl

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IMAP_GETACL(3)								 1							    IMAP_GETACL(3)

imap_getacl - Gets the ACL for a given mailbox

SYNOPSIS
array imap_getacl (resource $imap_stream, string $mailbox)
DESCRIPTION
Gets the ACL for a given mailbox.
PARAMETERS
o $ imap_stream -An IMAP stream returned by imap_open(3). o $mailbox - The mailbox name, see imap_open(3) for more information
RETURN VALUES
Returns an associative array of "folder" => "acl" pairs.
EXAMPLES
Example #1 imap_getacl(3) example <?php print_r(imap_getacl($conn_id, 'user.joecool')); ?> The above example will output something similar to: Array ( [asubfolder] => lrswipcda [anothersubfolder] => lrswipcda )
NOTES
This function is currently only available to users of the c-client2000 or greater library.
SEE ALSO
imap_setacl(3). PHP Documentation Group IMAP_GETACL(3)
Related Man Pages
imap_append(3) - php
imap_getmailboxes(3) - php
imap_set_quota(3) - php
imap_status(3) - php
imap_thread(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch