imap_setacl
(PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8)
imap_setacl — Sets the ACL for a given mailbox
说明
Sets the ACL for a giving mailbox.
参数
-
imap
IMAP\Connection 实例。
mailbox
-
The mailbox name, see imap_open() for more information
警告Passing untrusted data to this parameter is insecure, unless imap.enable_insecure_rsh is disabled.
user_id
-
The user to give the rights to.
rights
-
The rights to give to the user. Passing an empty string will delete acl.
更新日志
版本 | 说明 |
---|---|
8.1.0 |
现在 imap 参数接受 IMAP\Connection
实例,之前接受有效的 imap resource。
|
注释
This function is currently only available to users of the c-client2000 or greater library.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。