|
imap_fetchbodyFetch a particular section of the body of the message Description
stringfalse imap_fetchbody(
IMAP\Connection $imap ,int $message_num ,string $section ,int $flags = 0) Fetch of a particular section of the body of the specified messages. Body parts are not decoded by this function. Parameters
Return Values
Returns a particular section of the body of the specified messages as a
text string, or Changelog
See Also
|