StreamableDriverInterface
An interface FAL drivers have to implement to fulfil the needs of streaming files using PSR-7 Response objects.
Table of Contents
Methods
- streamFile() : ResponseInterface
- Streams a file using a PSR-7 Response object.
Methods
streamFile()
Streams a file using a PSR-7 Response object.
public
streamFile(string $identifier, array<string|int, mixed> $properties) : ResponseInterface
Parameters
- $identifier : string
- $properties : array<string|int, mixed>