Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/plugins/google-site-kit/third-party/guzzlehttp/streams/src/NoSeekStream.php
Назад
<?php namespace Google\Site_Kit_Dependencies\GuzzleHttp\Stream; /** * Stream decorator that prevents a stream from being seeked */ class NoSeekStream implements \Google\Site_Kit_Dependencies\GuzzleHttp\Stream\StreamInterface { use StreamDecoratorTrait; public function seek($offset, $whence = \SEEK_SET) { return \false; } public function isSeekable() { return \false; } public function attach($stream) { $this->stream->attach($stream); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка