Home
last modified time | relevance | path

Searched refs:imap_setacl (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/imap/
H A Dphp_imap_arginfo.h416 ZEND_FUNCTION(imap_setacl);
507 ZEND_FE(imap_setacl, arginfo_imap_setacl)
H A Dphp_imap.stub.php171 …function imap_setacl(IMAP\Connection $imap, string $mailbox, string $user_id, string $rights): boo… function
H A Dphp_imap.c1128 PHP_FUNCTION(imap_setacl) in PHP_FUNCTION() argument
1140 …RETURN_BOOL(imap_setacl(imap_conn_struct->imap_stream, ZSTR_VAL(mailbox), ZSTR_VAL(id), ZSTR_VAL(r… in PHP_FUNCTION()

Completed in 18 milliseconds