Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Mailparse Functions : mailparse_msg_extract_part_file

mailparse_msg_extract_part_file

Extracts/decodes a message section (PHP 4 >= 4.0.7, PECL mailparse:0.9-2.1.1)
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

mimemail

A valid MIME resource, created with mailparse_msg_create().

filename

Can be a file name or a valid stream resource.

callbackfunc

If 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".

Return Values

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.

Code Examples / Notes » mailparse_msg_extract_part_file

per

mailparse_msg_extract_part_file() does not support file-wrappers as it needs to be able to use seek() on the file.

Change Language


Follow Navioo On Twitter
mailparse_determine_best_xfer_encoding
mailparse_msg_create
mailparse_msg_extract_part_file
mailparse_msg_extract_part
mailparse_msg_extract_whole_part_file
mailparse_msg_free
mailparse_msg_get_part_data
mailparse_msg_get_part
mailparse_msg_get_structure
mailparse_msg_parse_file
mailparse_msg_parse
mailparse_rfc822_parse_addresses
mailparse_stream_encode
mailparse_uudecode_all
eXTReMe Tracker