mailparse_stream_encode
ソースファイルポインタからストリームデータを取得し、
エンコーディングを適用し、出力ファイルポインタに書き込む
&reftitle.description;
boolmailparse_stream_encode
resourcesourcefp
resourcedestfp
stringencoding
ソースファイルポインタからストリームデータを取得し、
encoding を適用して
それを出力ファイルポインタに書き込みます。
&reftitle.parameters;
sourcefp
有効なファイルハンドル。このファイルからのストリームがパーサーに流し込まれます。
destfp
エンコードしたデータを書き込むファイルハンドル。
encoding
mbstring
モジュールがサポートする文字エンコーディングのいずれか。
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
mailparse_stream_encode の例
]]>
&example.outputs;