ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
Archives.php:21
ILIAS\Filesystem\Util\Archive\ZipDirectoryHandling
ZipDirectoryHandling
Definition:
ZipDirectoryHandling.php:27
ILIAS\Filesystem\Util\Archive\FLAT_STRUCTURE
@ FLAT_STRUCTURE
@description Will keep the top directory of the ZIP file if there is one (simple unzip).
Definition:
ZipDirectoryHandling.php:48
components
ILIAS
Filesystem
src
Util
Archive
ZipDirectoryHandling.php
Generated on Sat Oct 18 2025 23:03:03 for ILIAS by
1.9.4 (using
Doxyfile
)