Searched refs:rights (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/spl/internal/ |
| H A D | splfileobject.inc | 40 * access rights).
|
| /PHP_5_3/win32/build/ |
| H A D | Makefile | 195 @echo Registering event source with syslog (requires admin rights)
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 159 ZEND_ARG_INFO(0, rights) 796 add_assoc_stringl(IMAPG(imap_acl_list), alist->identifier, alist->rights, strlen(alist->rights), 1); 1500 /* {{{ proto bool imap_setacl(resource stream_id, string mailbox, string id, string rights) 1505 char *mailbox, *id, *rights; local 1509 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &streamind, &mailbox, &mailbox_len, &id, &id_len, &rights, &rights_len) == FAILURE) { 1515 RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, mailbox, id, rights));
|
Completed in 10 milliseconds