|
PHP5中文手册
imap_set_quota(PHP 4 >= 4.0.5, PHP 5) 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. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 imap_set_quota() example
<?php 注释This function is currently only available to users of the c-client2000 or greater library. The given imap_stream must be opened as the mail administrator, other wise this function will fail. |