|
imap_clearflag_full(PHP 4, PHP 5) imap_clearflag_full — Clears flags on messages Описание
bool imap_clearflag_full
( resource $imap_stream
, string $sequence
, string $flag
[, int $options = 0
] )
This function causes a store to delete the specified flag to the flags set for the messages in the specified sequence. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. |
|