public function StreamInterface::isReadable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::isReadable()
Returns whether or not the stream is readable.
Return value
bool
8 methods override StreamInterface::isReadable()
- AppendStream::isReadable in vendor/
guzzlehttp/ psr7/ src/ AppendStream.php - Returns whether or not the stream is readable.
- BufferStream::isReadable in vendor/
guzzlehttp/ psr7/ src/ BufferStream.php - Returns whether or not the stream is readable.
- FnStream::isReadable in vendor/
guzzlehttp/ psr7/ src/ FnStream.php - Returns whether or not the stream is readable.
- PumpStream::isReadable in vendor/
guzzlehttp/ psr7/ src/ PumpStream.php - Returns whether or not the stream is readable.
- RelativeStream::isReadable in vendor/
zendframework/ zend-diactoros/ src/ RelativeStream.php - Returns whether or not the stream is readable.
File
- vendor/
psr/ http-message/ src/ StreamInterface.php, line 122
Class
- StreamInterface
- Describes a data stream.
Namespace
Psr\Http\MessageCode
public function isReadable();