1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-12 10:16:03 +02:00

update REAMDE

This commit is contained in:
wapplay
2018-10-10 07:43:29 +03:00
parent 3f0c6a7bd8
commit d2e94ac9cd
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
// обработка исключения // обработка исключения
} }
finally{ finally{
$zip->close(); $zipFile->close();
} }
``` ```
Другие примеры можно посмотреть в папке `tests/`. Другие примеры можно посмотреть в папке `tests/`.

View File

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
// handle exception // handle exception
} }
finally{ finally{
$zip->close(); $zipFile->close();
} }
``` ```
Other examples can be found in the `tests/` folder Other examples can be found in the `tests/` folder