X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/maennchen/zipstream-php/src/Option
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
maennchen
/
zipstream-php
/
src
/
Option
/
📁
..
📄
Archive.php
(5.92 KB)
📄
File.php
(1.93 KB)
📄
Method.php
(282 B)
📄
Version.php
(404 B)
Editing: Method.php
<?php declare(strict_types=1); namespace ZipStream\Option; use MyCLabs\Enum\Enum; /** * Methods enum * * @method static STORE(): Method * @method static DEFLATE(): Method * @psalm-immutable */ class Method extends Enum { const STORE = 0x00; const DEFLATE = 0x08; }
Upload File
Create Folder