1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-09-01 03:01:51 +02:00

change structure

This commit is contained in:
wapplay-home-linux
2016-09-09 17:30:17 +03:00
parent fe38b442a0
commit 5c23e588ff
8 changed files with 3 additions and 4 deletions

View File

@@ -235,7 +235,6 @@ $zip = new \Nelexa\Zip\ZipFile();
$zip->open("output.zip");
$zip->addFromString("new-file", file_get_contents(__FILE__));
$zip->saveAs("output2.zip");
$zip->save();
$zip->close();
// $ zipinfo output2.zip