mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-06-11 00:11:36 +02:00
Correcting typos in the README
This commit is contained in:
@ -362,7 +362,7 @@ $zipOutputFile->saveAsFile($filename);
|
||||
```
|
||||
Save archive to a stream.
|
||||
```php
|
||||
$handle = fopen($filename, 'w+b);
|
||||
$handle = fopen($filename, 'w+b');
|
||||
$autoCloseResource = true;
|
||||
$zipOutputFile->saveAsStream($handle, $autoCloseResource);
|
||||
if(!$autoCloseResource){
|
||||
|
Reference in New Issue
Block a user