Open Journal Systems  3.3.0
EntityBodyInterface.php
1 <?php
2 
3 namespace Guzzle\Http;
4 
6 
11 {
21  public function setRewindFunction($callable);
22 
31  public function compress($filter = 'zlib.deflate');
32 
40  public function uncompress($filter = 'zlib.inflate');
41 
47  public function getContentLength();
48 
55  public function getContentType();
56 
65  public function getContentMd5($rawOutput = false, $base64Encode = false);
66 
72  public function getContentEncoding();
73 }
Guzzle\Http\EntityBodyInterface\uncompress
uncompress($filter='zlib.inflate')
Guzzle\Http\EntityBodyInterface\getContentEncoding
getContentEncoding()
Guzzle\Http\EntityBodyInterface
Definition: EntityBodyInterface.php:10
Guzzle\Http\EntityBodyInterface\setRewindFunction
setRewindFunction($callable)
Guzzle\Http\EntityBodyInterface\getContentMd5
getContentMd5($rawOutput=false, $base64Encode=false)
Guzzle\Http\EntityBodyInterface\compress
compress($filter='zlib.deflate')
Guzzle\Http
Definition: AbstractEntityBodyDecorator.php:3
Guzzle\Http\EntityBodyInterface\getContentLength
getContentLength()
Guzzle\Stream\StreamInterface
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php:8
Guzzle\Http\EntityBodyInterface\getContentType
getContentType()