previousNet_POP3::connect() (Previous) (Next) Net_POP3::disconnect()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Net_POP3::deleteMsg()

Net_POP3::deleteMsg() – Marks a message for deletion

Synopsis

require_once 'Net/POP3.php';

boolean Net_POP3::deleteMsg ( integer $msg_id )

Description

Marks a message for deletion. Only will be deleted if the disconnect() method is called.

Parameter

  • integer $msg_id - Message to delete

Return value

mixed - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.

previousNet_POP3::connect() (Previous) (Next) Net_POP3::disconnect()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.