previousMail_Mbox::close (Previous) (Next) Mail_Mbox::getDebugnext

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::get

Mail_Mbox::get() – Get a message from the mbox

Synopsis

require_once '/Mbox.php';

string Mail_Mbox::get ( int $message )

Description

Returns the full email message at the given position.

Note: Message number start from 0.

Parameter

integer $message

The number of the message to retrieve.

Return value

returns Return the message, or PEAR_Error on error.

previousMail_Mbox::close (Previous) (Next) Mail_Mbox::getDebugnext

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.