StreamWriterFromChunkWriter
in package
implements
StreamWriterInterface
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toStream() : StreamInterface
- Converts the object's data to a stream.
Methods
__construct()
public
__construct(ChunkWriterInterface $source[, bool $canLoadAllChunks = true ]) : mixed
Parameters
- $source : ChunkWriterInterface
- $canLoadAllChunks : bool = true
toStream()
Converts the object's data to a stream.
public
toStream() : StreamInterface
Subsequent calls are expected to return a new stream each time.