\League\Flysystem\Adapter\PolyfillStreamedWritingTrait

Summary

Methods
Properties
Constants
writeStream()
updateStream()
write()
update()
No public properties found
No constants found
stream()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

writeStream()

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

Write using a stream.

Parameters

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

Returns

mixed —

false or file metadata

updateStream()

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

Update a file using a stream.

Parameters

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

Config object or visibility setting

Returns

mixed —

false of file metadata

write()

write(mixed  $pash, mixed  $contents, \League\Flysystem\Config  $config) : mixed

Parameters

mixed $pash
mixed $contents
\League\Flysystem\Config $config

Returns

mixed —

update()

update(mixed  $pash, mixed  $contents, \League\Flysystem\Config  $config) : mixed

Parameters

mixed $pash
mixed $contents
\League\Flysystem\Config $config

Returns

mixed —

stream()

stream(string  $path, resource  $resource, \League\Flysystem\Config  $config, string  $fallback) : mixed

Stream fallback delegator.

Parameters

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

Returns

mixed —

fallback result