Mail_Mbox::size | Mail_Mbox::_move |
Mail_Mbox | |
PEAR Manual | |
require_once '/Mbox.php'; |
mixed
Mail_Mbox::update
(
int
$message
,
string
$content
)
Replaces a given message with the text passed to this method.
Note: Mail_Mbox auto adds \n\n at end of the message
Note: messages start with 0.
The number of the Message to update.
The new content of the Message.
returns Return true if all is ok, otherwise PEAR_Error
Mail_Mbox::size | Mail_Mbox::_move |
Mail_Mbox | |
PEAR Manual | |