Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NoSeekStream.php
function NoSeekStream::isSeekable
Overrides
StreamDecoratorTrait::isSeekable
File
vendor/
guzzlehttp/
psr7/
src/
NoSeekStream.php
, line 24
Class
NoSeekStream
Stream decorator that prevents a stream from being seeked.
Namespace
GuzzleHttp\Psr7
Code
public
function
isSeekable
() : bool {
return
false
; }
RSS feed