PHP Manual
mailparse_msg_extract_part_file
Description
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.
Parameters
mimemailA valid MIME resource, created with mailparse_msg_create().
filenameCan be a file name or a valid stream resource.
callbackfuncIf set, this must be either a valid callback that will be passed the extracted section, or NULL to make this function return the extracted section.
If not specified, the contents will be sent to "stdout".
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




