From 47520a718d4bf0f4cafa0aa5035e873ddf449139 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 4 Apr 2003 21:20:26 +0000 Subject: [PATCH] New function stream_copy_to_stream() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122580 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/stream-copy-to-stream.xml | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 reference/stream/functions/stream-copy-to-stream.xml 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. + + + + +