stream_copy_to_stream データをあるストリームから別のストリームにコピーする &reftitle.description; intfalsestream_copy_to_stream resourcefrom resourceto intnulllength&null; intoffset0 現在の位置(あるいはもし指定されていれば offset の位置)から最大 length バイトのデータを from から to にコピーします。もし length が &null; の 場合は、from にある残りすべてのデータが コピーされます。 &reftitle.parameters; from コピー元のストリーム。 to コピー先のストリーム。 length コピーする最大バイト数。 デフォルトでは、残りの全てのデータがコピーされます。 offset コピーを開始する位置。 &reftitle.returnvalues; コピーされたバイト数を返します。&return.falseforfailure;。 &reftitle.changelog; &Version; &Description; 8.0.0 length は、nullable になりました。 &reftitle.examples; <function>stream_copy_to_stream</function> の例 ]]> &reftitle.seealso; copy