Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StreamInterface.php

function StreamInterface::isSeekable

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\Message

Code

public function isSeekable() : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal