suche nach in der

mailparse_msg_extract_part> <mailparse_msg_create
Last updated: Fri, 18 May 2012

view this page in

mailparse_msg_extract_part_file

(PECL mailparse >= 0.9.0)

mailparse_msg_extract_part_fileExtracts/decodes a message section

Beschreibung

string mailparse_msg_extract_part_file ( resource $mimemail , mixed $filename [, callable $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.

Parameter-Liste

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

Rückgabewerte

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.

Siehe auch



add a note add a note User Contributed Notes
mailparse_msg_extract_part_file
per at computer dot org
21-Oct-2004 10:09
mailparse_msg_extract_part_file() does not support file-wrappers as it needs to be able to use seek() on the file.

mailparse_msg_extract_part> <mailparse_msg_create
Last updated: Fri, 18 May 2012