|
mailparse_stream_encodeソースファイルポインタからストリームデータを取得し、 エンコーディングを適用し、出力ファイルポインタに書き込む 説明
bool mailparse_stream_encode(resource
$sourcefp , resource $destfp , string $encoding )
ソースファイルポインタからストリームデータを取得し、
パラメータ
戻り値
成功した場合に 例
例1 mailparse_stream_encode の例
上の例の出力は以下となります。 hello, this is some text=3Dhello. |