Net_POP3::disconnect() | Net_POP3::getListing() |
Net_POP3 | |
PEAR Manual | |
require_once 'Net/POP3.php'; |
mixed
Net_POP3::getBody (
integer $msg_id
)
Returns the body of the message with given message number.
integer $msg_id - Message number
mixed - Either message body or FALSE on error.
This function can not be called statically.
Net_POP3::disconnect() | Net_POP3::getListing() |
Net_POP3 | |
PEAR Manual | |