previousMail_Mbox::open (Previous) (Next) Mail_Mbox::setDebugnext

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

Mail_Mbox::remove

Mail_Mbox::remove() – Remove a message from Mbox and save it.

Synopsis

require_once '/Mbox.php';

mixed Mail_Mbox::remove ( int $message )

Description

Removes the message with the given id.

Note: Note: messages start with 0.

Parameter

integer $message

The number of the message to remove, or array of message ids to remove.

Return value

returns Return true or PEAR_Error object on failure.

previousMail_Mbox::open (Previous) (Next) Mail_Mbox::setDebugnext

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.