X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/zipstream/src
home
/
cbholdings
/
pasukulu
/
lib
/
zipstream
/
src
/
📁
..
📄
Bigint.php
(3.51 KB)
📄
DeflateStream.php
(645 B)
📁
Exception
📄
Exception.php
(148 B)
📄
File.php
(13.65 KB)
📁
Option
📄
Stream.php
(7.22 KB)
📄
ZipStream.php
(18.68 KB)
Editing: 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); } }
Upload File
Create Folder