|
imap_get_quotarootRetrieve the quota settings per user Description
arrayfalse imap_get_quotaroot(IMAP\Connection
$imap , string $mailbox )Retrieve the quota settings per user. The limit value represents the total amount of space allowed for this user's total mailbox usage. The usage value represents the user's current total mailbox capacity. Parameters
Return ValuesReturns an array of integer values pertaining to the specified user mailbox. All values contain a key based upon the resource name, and a corresponding array with the usage and limit values within.
This function will return Changelog
Examples
Example #1 imap_get_quotaroot example
NotesThis function is currently only available to users of the c-client2000 or greater library.
The See Also
|