Searched defs:qroot (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 141 ZEND_ARG_INFO(0, qroot) 151 ZEND_ARG_INFO(0, qroot) 760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) argument 1411 /* {{{ proto array imap_get_quota(resource stream_id, string qroot) 1412 Returns the quota set to the mailbox account qroot */ 1416 char *qroot; local 1420 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &streamind, &qroot, &qroot_len) == FAILURE) { 1431 if (!imap_getquota(imap_le_struct->imap_stream, qroot)) { 1467 /* {{{ proto bool imap_set_quota(resource stream_id, string qroot, int mailbox_size) 1468 Will set the quota for qroot mailbo 1472 char *qroot; local [all...] |
Completed in 8 milliseconds