stream_copy_to_streamDescriptionint stream_copy_to_stream ( resource source, resource dest [, int maxlength])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. See also copy(). | ||