public function Stream::isReadable in Lockr 7.3
Returns whether or not the stream is readable.
Return value
bool
Overrides StreamInterface::isReadable
File
- vendor/
guzzlehttp/ psr7/ src/ Stream.php, line 154
Class
- Stream
- PHP stream implementation.
Namespace
GuzzleHttp\Psr7Code
public function isReadable() {
return $this->readable;
}