public function StreamInterface::getSize

Get the size of the stream if able

Return value

int|bool

2 methods override StreamInterface::getSize()
AbstractEntityBodyDecorator::getSize in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Get the size of the stream if able
Stream::getSize in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Get the size of the stream if able

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 76

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function getSize();