|
imap_fetchmime(PHP 5 >= 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. Смотрите также
|
|