19 declare(strict_types=1);
    48         if (empty($file_streams)) {
    78         if (null === $zip_options) {
    81         return $this->zip_options
    89         if (null === $unzip_options) {
    96         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)
 
withZipOutputPath(string $zip_output_path)
 
mergeUnzipOptions(?UnzipOptions $unzip_options)
 
withZipOutputName(string $zip_output_name)
 
The base interface for all filesystem streams.