mailparse_msg_extract_part_file

 string mailparse_msg_extract_part_file ( resource $mimemail , mixed $filename [, callback $callbackfunc ] ) 

説明

Extracts/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.

戻り値

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.