You are here

public function StreamInterface::isSeekable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::isSeekable()

Returns whether or not the stream is seekable.

Return value

bool

8 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.
RelativeStream::isSeekable in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Returns whether or not the stream is seekable.

... See full list

File

vendor/psr/http-message/src/StreamInterface.php, line 73

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function isSeekable();