1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-18 14:41:13 +02:00

update readme

This commit is contained in:
wapplay-home-linux
2017-11-13 15:40:05 +03:00
parent 452c5920dd
commit 2f87d4f5ab
2 changed files with 2 additions and 2 deletions

View File

@@ -583,7 +583,7 @@ $zipFile->setArchiveComment($commentArchive);
```php
$zipFile->setEntryComment($entryName, $comment);
```
<a name="Documentation-ZipFile-matcher"></a> - выборка записей в архиве для проведения операций над выбранными записями.
<a name="Documentation-ZipFile-matcher"></a> **ZipFile::matcher** - выборка записей в архиве для проведения операций над выбранными записями.
```php
$matcher = $zipFile->matcher();
```

View File

@@ -585,7 +585,7 @@ $zipFile->setArchiveComment($commentArchive);
```php
$zipFile->setEntryComment($entryName, $comment);
```
<a name="Documentation-ZipFile-matcher"></a> - selecting entries in the archive to perform operations on them.
<a name="Documentation-ZipFile-matcher"></a> **ZipFile::matcher** - selecting entries in the archive to perform operations on them.
```php
$matcher = $zipFile->matcher();
```