public function StreamInterface::isReadable

Check if the stream is readable

Return value

bool

2 methods override StreamInterface::isReadable()
AbstractEntityBodyDecorator::isReadable in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Check if the stream is readable
Stream::isReadable in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Check if the stream is readable

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function isReadable();