PHP » PYTHON |
login |
register |
about
|
|
imap_delete(PHP 4, PHP 5) imap_delete — Mark a message for deletion from current mailbox Description
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. Parameters
Return ValuesReturns TRUE. Examples
Example #1 imap_delete() example
<?php
Notes
See Also
|
more
Recently updated
more
Most requested
|