public function EntityBodyInterface::uncompress

Decompress a deflated string. Once uncompressed, the uncompressed string is then used as the wrapped stream.

Parameters

string $filter De-compression filter:

Return value

bool Returns TRUE on success or FALSE on failure

2 methods override EntityBodyInterface::uncompress()
AbstractEntityBodyDecorator::uncompress in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
@codeCoverageIgnore
EntityBody::uncompress in drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php
Decompress a deflated string. Once uncompressed, the uncompressed string is then used as the wrapped stream.

File

drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php, line 40

Class

EntityBodyInterface
Entity body used with an HTTP request or response

Namespace

Guzzle\Http

Code

public function uncompress($filter = 'zlib.inflate');