diff --git a/reference/stream/functions/stream-copy-to-stream.xml b/reference/stream/functions/stream-copy-to-stream.xml new file mode 100644 index 0000000000..45e80b823c --- /dev/null +++ b/reference/stream/functions/stream-copy-to-stream.xml @@ -0,0 +1,64 @@ + + + + + stream_copy_to_stream + Copies data from one stream to another + + + Description + + intstream_copy_to_stream + resourcesource + resourcedest + intmaxlength + + + Makes a copy of up to maxlength bytes + of data from the current position in source to + dest. If maxlength + is not specified, all remaining content in source + will be copied. Returns the total count of bytes copied. + + <function>stream_copy_to_stream</function> example + + +]]> + + + + + See also copy. + + + + +