ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ZipDirectoryHandling.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Filesystem\Util\Archive
;
22
26
enum
ZipDirectoryHandling
:
int
27
{
32
case
KEEP_STRUCTURE = 1;
33
40
case
ENSURE_SINGLE_TOP_DIR = 2;
44
// case STRIP_IF_ONLY_ONE = 4;
48
case
FLAT_STRUCTURE
= 8;
53
// case FLAT_STRUCTURE_WITH_SINGLE_TOP_DIR = 16;
54
}
ILIAS\Filesystem\Util\Archive\FLAT_STRUCTURE
Will keep the top directory of the ZIP file if there is one (simple unzip).
Definition:
ZipDirectoryHandling.php:48
ILIAS\Filesystem\Util\Archive
Definition:
Archives.php:21
ILIAS\Filesystem\Util\Archive\ZipDirectoryHandling
ZipDirectoryHandling
Definition:
ZipDirectoryHandling.php:26
components
ILIAS
Filesystem
src
Util
Archive
ZipDirectoryHandling.php
Generated on Sun Aug 31 2025 23:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)