Net_POP3::getRawHeaders()

Net_POP3::getRawHeaders() -- Returns the raw headers of the specified message

概要

require_once 'Net/POP3.php';

mixed Net_POP3::getRawHeaders (integer $msg_id)

説明

Returns the raw headers of the specified message.

パラメータ

返り値

strings - Either raw headers or FALSE on error.

注意

この関数は、スタティックにコールする ことはできません。