ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct () | |
zip (string $directory_to_zip, string $path_to_output_zip, bool $ensure_top_directory=false) | |
unzip (string $path_to_zip, ?string $extract_to_path=null, bool $overwrite=false, bool $flat=false, bool $ensure_top_directory=false) | |
Private Attributes | |
Archives | $archives |
ZipOptions | $zip_options |
UnzipOptions | $unzip_options |
Definition at line 33 of file LegacyArchives.php.
ILIAS\Filesystem\Util\Archive\LegacyArchives::__construct | ( | ) |
Definition at line 41 of file LegacyArchives.php.
ILIAS\Filesystem\Util\Archive\LegacyArchives::unzip | ( | string | $path_to_zip, |
?string | $extract_to_path = null , |
||
bool | $overwrite = false , |
||
bool | $flat = false , |
||
bool | $ensure_top_directory = false |
||
) |
Definition at line 76 of file LegacyArchives.php.
References ILIAS\Filesystem\Util\Archive\FLAT_STRUCTURE.
ILIAS\Filesystem\Util\Archive\LegacyArchives::zip | ( | string | $directory_to_zip, |
string | $path_to_output_zip, | ||
bool | $ensure_top_directory = false |
||
) |
Definition at line 51 of file LegacyArchives.php.
|
private |
Definition at line 37 of file LegacyArchives.php.
|
private |
Definition at line 39 of file LegacyArchives.php.
|
private |
Definition at line 38 of file LegacyArchives.php.