PHP 函数:imap_expunge()

删除已标记的邮件。

语法: int imap_expunge(int imap_stream);

返回值: 整数

函数种类: 网络系统

内容说明
本函数用来删除已加入删除标记的邮件。欲标记邮件须使用 imap_delete() 函数。