|
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 в случае возникновения ошибки. Примеры
Пример #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. Смотрите также
|
|