PHP » GoLang |
login |
register |
about
|
GoLang imap_get_quotaroot
request it (330)
GoLang replacement for PHP's imap_get_quotaroot
[edit | history]
imap_get_quotaroot(PHP 4 >= 4.3.0, PHP 5, PHP 7) imap_get_quotaroot — Retrieve the quota settings per user Description
array imap_get_quotaroot
( resource
$imap_stream
, string $quota_root
)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 Examples
Example #1 imap_get_quotaroot() example
<?php NotesThis function is currently only available to users of the c-client2000 or greater library.
The See Also
|
more
Recently updated
more
Most requested
more
Last requests
|