Check if the string is repeatable
Return value
bool
Overrides StreamInterface::isSeekable
File
- drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php, line 242
Class
- Stream
- PHP stream implementation
Namespace
Guzzle\Stream
Code
public function isSeekable() {
return $this->cache[self::SEEKABLE];
}