|
stream_copy_to_streamCopies data from one stream to another Beschreibung
int stream_copy_to_stream
( resource
$source
, resource $dest
[, int $maxlength = -1
[, int $offset = 0
]] )
Makes a copy of up to Parameter-Liste
Rückgabewerte
Returns the total count of bytes copied, Im Fehlerfall wird Changelog
Beispiele
Beispiel #1 A stream_copy_to_stream example
<?phpSiehe auch
|