(PECL mailparse >= 0.9.0)
mailparse_msg_extract_part_file — Extracts/decodes a message section
$mimemail, mixed $filename, callable $callbackfunc = ?): stringExtracts/decodes a message section from the supplied filename.
The contents of the section will be decoded according to their transfer encoding - base64, quoted-printable and uuencoded text are supported.
mimemailMIME resource, created with
mailparse_msg_create().
filenamecallbackfuncnull to make this function return the
extracted section.
If not specified, the contents will be sent to "stdout".
If callbackfunc is not null returns true on
success.
If callbackfunc is set to null, returns the
extracted section as a string.
Returns false on error.