imap_expunge

(PHP 4, PHP 5, PHP 7, PHP 8)

imap_expungeDelete all messages marked for deletion

說明

imap_expunge(IMAP\Connection $imap): bool

Deletes all the messages marked for deletion by imap_delete(), imap_mail_move(), or imap_setflag_full().

參數(shù)

imap

IMAP\Connection 實(shí)例。

返回值

Returns true.

更新日志

版本 說明
8.1.0 現(xiàn)在 imap 參數(shù)接受 IMAP\Connection 實(shí)例,之前接受 資源(resource)。