public function StreamInterface::isSeekable

Check if the string is repeatable

Return value

bool

2 methods override StreamInterface::isSeekable()
AbstractEntityBodyDecorator::isSeekable in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Check if the string is repeatable
Stream::isSeekable in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Check if the string is repeatable

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 111

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function isSeekable();