File manager - Edit - /home/autoph/public_html/connectv1/vendor/maennchen/zipstream-php/src/Option/Method.php
Back
<?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; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings