ZlibFilteredStreamFactory
in package
implements
FilteredStreamWriterInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toFilteredStream() : StreamInterface
- Appends a filter to a stream.
Methods
__construct()
public
__construct(int $zlibCoding) : mixed
Parameters
- $zlibCoding : int
toFilteredStream()
Appends a filter to a stream.
public
toFilteredStream(StreamInterface $stream) : StreamInterface
Parameters
- $stream : StreamInterface