19 declare(strict_types=1);
47 if (empty($file_streams)) {
77 if (
null === $zip_options) {
80 return $this->zip_options
88 if (
null === $unzip_options) {
95 return $this->unzip_options
unzip(FileStream $zip, ?UnzipOptions $unzip_options=null)
zip(array $file_streams, ?ZipOptions $zip_options=null)
UnzipOptions $unzip_options
mergeZipOptions(?ZipOptions $zip_options)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withZipOutputPath(string $zip_output_path)
mergeUnzipOptions(?UnzipOptions $unzip_options)
withZipOutputName(string $zip_output_name)
The base interface for all filesystem streams.