19declare(strict_types=1);
47 if (empty($file_streams)) {
80 return $this->zip_options
95 return $this->unzip_options
Stream factory which enables the user to create streams without the knowledge of the concrete class.
static ofString(string $string)
Creates a new stream with an initial value.
unzip(FileStream $zip, ?UnzipOptions $unzip_options=null)
zip(array $file_streams, ?ZipOptions $zip_options=null)
mergeUnzipOptions(?UnzipOptions $unzip_options)
mergeZipOptions(?ZipOptions $zip_options)
UnzipOptions $unzip_options
withZipOutputPath(string $zip_output_path)
withZipOutputName(string $zip_output_name)
The base interface for all filesystem streams.