소스 검색

update readme

wapplay-home-linux 8 년 전
부모
커밋
2f87d4f5ab
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.RU.md
  2. 1 1
      README.md

+ 1 - 1
README.RU.md

@@ -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();
 ```

+ 1 - 1
README.md

@@ -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();
 ```