|
PHP5中文手册
imap_fetchheader(PHP 4, PHP 5) imap_fetchheader — Returns header for a message 说明
string imap_fetchheader
( resource $imap_stream
, int $msg_number
[, int $options
] )
This function causes a fetch of the complete, unfiltered » RFC2822 format header of the specified message. 参数
返回值Returns the header of the specified message as a text string. |