Mail_Mbox::hasBeenModified | Mail_Mbox::open |
Mail_Mbox | |
PEAR Manual | |
require_once '/Mbox.php'; |
mixed
Mail_Mbox::insert
(
string
$content
,
mixed
$offset = NULL
)
Mail_Mbox will insert the message according to the specified offset. (Remember: message 3 is the fourth message). The default is to insert the message AFTER the last message (offset = null).
Note: Mail_Mbox automatically adds \n\n at end of the message.
The content of the new message.
returns Return true or the PEAR_Error object on failure.
Mail_Mbox::hasBeenModified | Mail_Mbox::open |
Mail_Mbox | |
PEAR Manual | |