Home
last modified time | relevance | path

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

/PHP-8.0/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.php248 function imap_setacl($imap, string $mailbox, string $user_id, string $rights): bool {} function
H A Dphp_imap.c1101 PHP_FUNCTION(imap_setacl) in PHP_FUNCTION() argument
1115 …RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, ZSTR_VAL(mailbox), ZSTR_VAL(id), ZSTR_VAL(rig… in PHP_FUNCTION()

Completed in 17 milliseconds