update : 2015.11.03
php.shukuma.com검색:
|
imap_get_quotaroot(PHP 4 >= 4.3.0, PHP 5, PHP 7) imap_get_quotaroot — Retrieve the quota settings per user 설명
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. 인수
반환값Returns 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 예제
Example #1 imap_get_quotaroot() example
<?php 주의This function is currently only available to users of the c-client2000 or greater library.
The 참고
|