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