You are here

public function Stream::isReadable in Auth0 Single Sign On 8.2

Returns whether or not the stream is readable.

Return value

bool

Overrides StreamInterface::isReadable

File

vendor/guzzlehttp/psr7/src/Stream.php, line 149

Class

Stream
PHP stream implementation.

Namespace

GuzzleHttp\Psr7

Code

public function isReadable() {
  return $this->readable;
}