update : 2015.11.03
php.shukuma.com검색:
|
imap_fetchmime(PHP 5, PHP 7 >= 5.3.6) imap_fetchmime — Fetch MIME headers for a particular section of the message 설명
string imap_fetchmime
( resource
$imap_stream
, int $msg_number
, string $section
[, int $options = 0
] )Fetch the MIME headers of a particular section of the body of the specified messages. 인수
반환값Returns the MIME headers of a particular section of the body of the specified messages as a text string. 참고
|