|
PHP5中文手册
imap_delete(PHP 4, PHP 5) imap_delete — Mark a message for deletion from current mailbox 说明
bool imap_delete
( int $imap_stream
, int $msg_number
[, int $options
] )
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. 范例
Example#1 imap_delete() example
<?php 注释
|