public function StreamInterface::isSeekable in Auth0 Single Sign On 8.2
Returns whether or not the stream is seekable.
Return value
bool
5 methods override StreamInterface::isSeekable()
- AppendStream::isSeekable in vendor/
guzzlehttp/ psr7/ src/ AppendStream.php - Returns whether or not the stream is seekable.
- BufferStream::isSeekable in vendor/
guzzlehttp/ psr7/ src/ BufferStream.php - Returns whether or not the stream is seekable.
- FnStream::isSeekable in vendor/
guzzlehttp/ psr7/ src/ FnStream.php - Returns whether or not the stream is seekable.
- PumpStream::isSeekable in vendor/
guzzlehttp/ psr7/ src/ PumpStream.php - Returns whether or not the stream is seekable.
- Stream::isSeekable in vendor/
guzzlehttp/ psr7/ src/ Stream.php - Returns whether or not the stream is seekable.
File
- vendor/
psr/ http-message/ src/ StreamInterface.php, line 73
Class
- StreamInterface
- Describes a data stream.
Namespace
Psr\Http\MessageCode
public function isSeekable();