File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/guzzlehttp/psr7/src/NoSeekStream.php
Back
<?php namespace AmeliaGuzzleHttp\Psr7; use AmeliaPsr\Http\Message\StreamInterface; /** * Stream decorator that prevents a stream from being seeked. * * @final */ class NoSeekStream implements StreamInterface { use StreamDecoratorTrait; public function seek($offset, $whence = SEEK_SET) { throw new \RuntimeException('Cannot seek a NoSeekStream'); } public function isSeekable() { return false; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings