Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: imap_getacl - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imap_getmailboxes" width="11" height="7"/> <imap_get_quotaroot
Last updated: Mon, 05 Feb 2007

view this page in

imap_getacl

(PHP 5)

imap_getacl — 与えられたメールボックスの ACL を取得する

説明

array imap_getacl ( resource imap_stream, string mailbox )

警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

imap_stream

imap_open() が返す IMAP ストリーム。

mailbox

メールボックス名。詳細は imap_open() を参照ください。

注意

この関数は、現在は c-client2000 以降のライブラリを使用しているユーザのみ利用可能です。

参考

imap_setacl()



add a note add a note User Contributed Notes
imap_getacl
info at obengelb dot de
13-Sep-2006 08:58
stream_id is the stream returned from imap_open

mailbox is a mailbox name (without server name)

Example:
print_r(imap_getacl ($strea_id, 'user.joecool'));

Array
(
   [asubfolder] => lrswipcda
   [anothersubfolder] => lrswipcda
)

 
show source | credits | sitemap | contact | advertising | mirror sites