Net_POP3::getBody()
Net_POP3::getBody() -- Returns the body of the message
概要
require_once 'Net/POP3.php'; |
mixed
Net_POP3::getBody (integer $msg_id)
説明
Returns the body of the message with given message number.
返り値
mixed - Either message body
or FALSE on error.
注意
この関数は、スタティックにコールする
ことはできません。