|
PHP5中文手册
imap_fetchbody(PHP 4, PHP 5) imap_fetchbody — Fetch a particular section of the body of the message 说明
string imap_fetchbody
( resource $imap_stream
, int $msg_number
, string $part_number
[, int $options
] )
Fetch of a particular section of the body of the specified messages. Body parts are not decoded by this function. 参数
返回值Returns a particular section of the body of the specified messages as a text string. |