Net_POP3::getBody()

Net_POP3::getBody() -- Returns the body of the message

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::getBody (integer $msg_id)

Beschreibung

Returns the body of the message with given message number.

Parameter

Rückgabewert

mixed - Either message body or FALSE on error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.