|
imap_delete(PHP 4, PHP 5) imap_delete — Mark a message for deletion from current mailbox Описание
bool imap_delete
( resource $imap_stream
, int $msg_number
[, int $options = 0
] )
Marks messages listed in msg_number for deletion. Messages marked for deletion will stay in the mailbox until either imap_expunge() is called or imap_close() is called with the optional parameter CL_EXPUNGE. Список параметров
Возвращаемые значенияReturns TRUE. Примеры
Пример #1 imap_delete() example
<?php Примечания
Смотрите также
|
|