\League\Flysystem\Adapter\PolyfillStreamedCopyTrait

Summary

Methods
Properties
Constants
copy()
readStream()
writeStream()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

copy()

copy(string  $path, string  $newpath) : bool

Copy a file.

Parameters

string $path
string $newpath

Returns

bool —

readStream()

readStream(string  $path) : resource

Parameters

string $path

Returns

resource —

writeStream()

writeStream(string  $path, resource  $resource, \League\Flysystem\Config  $config) : resource

Parameters

string $path
resource $resource
\League\Flysystem\Config $config

Returns

resource —