Class InflateStream
Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
This stream decorator skips the first 10 bytes of the given stream to remove the gzip header, converts the provided stream to a PHP stream resource, then appends the zlib.inflate filter. The stream is then converted back to a Guzzle stream resource to be used as a Guzzle stream.
- GuzzleHttp\Psr7\InflateStream implements Psr\Http\Message\StreamInterface uses GuzzleHttp\Psr7\StreamDecoratorTrait
Namespace: GuzzleHttp\Psr7
Link: http://tools.ietf.org/html/rfc1952
Link: http://php.net/manual/en/filters.compression.php
Located at src/InflateStream.php
Link: http://tools.ietf.org/html/rfc1952
Link: http://php.net/manual/en/filters.compression.php
Located at src/InflateStream.php
public
|
__toString(),
close(),
detach(),
eof(),
getContents(),
getMetadata(),
getSize(),
isReadable(),
isSeekable(),
isWritable(),
read(),
rewind(),
seek(),
tell(),
write()
|
__call(),
__get(),
__toString(),
close(),
createStream(),
detach(),
eof(),
getContents(),
getMetadata(),
getSize(),
isReadable(),
isSeekable(),
isWritable(),
read(),
rewind(),
seek(),
tell(),
write()
|