public function StreamInterface::isConsumed

Check if the stream has been consumed

Return value

bool

2 methods override StreamInterface::isConsumed()
AbstractEntityBodyDecorator::isConsumed in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Check if the stream has been consumed
Stream::isConsumed in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Check if the stream has been consumed

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function isConsumed();