mailparse_stream_encode
Streams data from source file pointer, apply encoding and write to destfp
&reftitle.description;
boolmailparse_stream_encoderesourcesourcefpresourcedestfpstringencoding
Streams data from the source file pointer, apply
encoding and write to the destination file pointer.
&reftitle.parameters;
sourcefp
A valid file handle. The file is streamed through the parser.
destfp
The destination file handle in which the encoded data will be written.
encoding
One of the character encodings supported by the
mbstring module.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
mailparse_stream_encode example
]]>
&example.outputs;