update : 2015.11.03
php.shukuma.com검색:
|
imap_fetchheader(PHP 4, PHP 5, PHP 7) imap_fetchheader — Returns header for a message 설명
string imap_fetchheader
( resource
$imap_stream
, int $msg_number
[, int $options = 0
] )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. |