update : 2015.11.03
php.shukuma.com검색:
|
stream_copy_to_stream(PHP 5) stream_copy_to_stream — Copies data from one stream to another 설명
int stream_copy_to_stream
( resource
$source
, resource $dest
[, int $maxlength = -1
[, int $offset = 0
]] )
Makes a copy of up to 인수
반환값Returns the total count of bytes copied. 변경점
예제
Example #1 A stream_copy_to_stream() example
<?php |