\League\Flysystem\Adapter\PolyfillStreamedReadingTrait

A helper for adapters that only handle strings to provide read streams.

Summary

Methods
Properties
Constants
readStream()
read()
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

readStream()

readStream(string  $path) : array|false

Reads a file as a stream.

Parameters

string $path

Returns

array|false —

read()

read(string  $path) : array|false

Reads a file.

Parameters

string $path

Returns

array|false —