From 2f87d4f5aba4eba18a6feed4f5df704e43bb1d1d Mon Sep 17 00:00:00 2001 From: wapplay-home-linux Date: Mon, 13 Nov 2017 15:40:05 +0300 Subject: [PATCH] update readme --- README.RU.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.RU.md b/README.RU.md index 5e53597..af686f8 100644 --- a/README.RU.md +++ b/README.RU.md @@ -583,7 +583,7 @@ $zipFile->setArchiveComment($commentArchive); ```php $zipFile->setEntryComment($entryName, $comment); ``` - - выборка записей в архиве для проведения операций над выбранными записями. + **ZipFile::matcher** - выборка записей в архиве для проведения операций над выбранными записями. ```php $matcher = $zipFile->matcher(); ``` diff --git a/README.md b/README.md index 500d852..d2430da 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ $zipFile->setArchiveComment($commentArchive); ```php $zipFile->setEntryComment($entryName, $comment); ``` - - selecting entries in the archive to perform operations on them. + **ZipFile::matcher** - selecting entries in the archive to perform operations on them. ```php $matcher = $zipFile->matcher(); ```