update : 2015.11.03
php.shukuma.com검색:
|
imap_set_quota(PHP 4 >= 4.0.5, PHP 5, PHP 7) imap_set_quota — Sets a quota for a given mailbox 설명
bool imap_set_quota
( resource
$imap_stream
, string $quota_root
, int $quota_limit
)Sets an upper limit quota on a per mailbox basis. 인수
반환값
성공 시 예제
Example #1 imap_set_quota() example
<?php 주의This function is currently only available to users of the c-client2000 or greater library.
The given 참고
|