Net_POP3::getMsg()

Net_POP3::getMsg() – メッセージ全体を返す

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::getMsg ( integer $msg_id )

Description

指定されたメッセージ番号のメッセージ全体を返します。

Parameter

  • integer $msg_id - メッセージ番号。

Return value

mixed - メッセージ全体、あるいはエラー時に FALSE を返します。

Note

This function can not be called statically.