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