Support for ZIP archives
This commit is contained in:
@@ -36,6 +36,7 @@ trait Import
|
||||
return $c;
|
||||
}
|
||||
|
||||
// @todo Consider merging this with File::openZipFile
|
||||
private function openFile(string $file,&$f): \ZipArchive
|
||||
{
|
||||
$z = new \ZipArchive;
|
||||
|
Reference in New Issue
Block a user