ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ZipDirectoryHandling.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
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 }
Will keep the top directory of the ZIP file if there is one (simple unzip).