ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Version.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4namespace ZipStream\Option;
5
7
17class Version extends Enum
18{
19 const STORE = 0x000A; // 1.00
20 const DEFLATE = 0x0014; // 2.00
21 const ZIP64 = 0x002D; // 4.50
22}
An exception for terminatinating execution or to throw for unit testing.
Base Enum class.
Definition: Enum.php:23