Файловый менеджер - Редактировать - /home/clickysoft/public_html/angelo.clickysoft.net/vendor/maennchen/zipstream-php/src/DeflateStream.php
Назад
<?php declare(strict_types=1); namespace ZipStream; /** * @deprecated */ class DeflateStream extends Stream { public function __construct($stream) { parent::__construct($stream); trigger_error('Class ' . __CLASS__ . ' is deprecated, delation will be handled internally instead', E_USER_DEPRECATED); } public function removeDeflateFilter(): void { trigger_error('Method ' . __METHOD__ . ' is deprecated', E_USER_DEPRECATED); } public function addDeflateFilter(Option\File $options): void { trigger_error('Method ' . __METHOD__ . ' is deprecated', E_USER_DEPRECATED); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка