Closed Stantastic closed 2 years ago
I can't really see an option to add files to an existing .zip file. Is it possible?
$zip = Zip::open('file.zip'); $zip->add('/path/to/my/file'); $zip->close();
I can't really see an option to add files to an existing .zip file. Is it possible?