svn: /phpdoc/ja/trunk/reference/zip/ziparchive/ addemptydir.xml addfile.xml addfromstring.xml addglob.xml addpattern.xml close.xml deleteindex.xml deletename.xml extractto.xml getarchivecomment.xml getcommentindex.xml getcommentname.xml getexternalattributesindex.xml getexternalattributesname.xml getfromindex.xml getfromname.xml getnameindex.xml getstatusstring.xml getstream.xml iscompressionmethoddupported.xml isencryptionmethoddupported.xml locatename.xml open.xml registercancelcallback.xml re
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 26 Jun 2020 05:08:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350085
Log:
Mark ZipArchive methods as public
Changed paths:
U phpdoc/ja/trunk/reference/zip/ziparchive/addemptydir.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/addfromstring.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/addglob.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/addpattern.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/close.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/deleteindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/deletename.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/extractto.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getarchivecomment.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getcommentindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getcommentname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getfromindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getfromname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getnameindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/getstream.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/iscompressionmethoddupported.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/isencryptionmethoddupported.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/locatename.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/open.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/registercancelcallback.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/registerprogresscallback.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/renameindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/renamename.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/replacefile.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setarchivecomment.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setcommentindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setcommentname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setmtimeindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/setmtimename.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/statindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/statname.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/unchangeall.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/unchangearchive.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/unchangeindex.xml
U phpdoc/ja/trunk/reference/zip/ziparchive/unchangename.xml
svn-diffs-350085.txt
(text/x-diff, 50.5 KB)
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addemptydir.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addemptydir.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addemptydir.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349281 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addemptydir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::addEmptyDir</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::addEmptyDir</methodname>
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349360 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::addFile</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::addFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>localname</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addfromstring.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addfromstring.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addfromstring.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349281 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addfromstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::addFromString</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::addFromString</methodname>
<methodparam><type>string</type><parameter>localname</parameter></methodparam>
<methodparam><type>string</type><parameter>contents</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>ZipArchive::FL_OVERWRITE</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addglob.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addglob.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addglob.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349496 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addglob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>array</type><methodname>ZipArchive::addGlob</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>ZipArchive::addGlob</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addpattern.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addpattern.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addpattern.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349487 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addpattern" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>array</type><methodname>ZipArchive::addPattern</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>ZipArchive::addPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>path</parameter><initializer>"."</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/close.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/close.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/close.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::close</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::close</methodname>
<void/>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/deleteindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/deleteindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/deleteindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.deleteindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::deleteIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::deleteIndex</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::deleteIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/deletename.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/deletename.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/deletename.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.deletename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::deleteName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::deleteName</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::deleteName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/extractto.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/extractto.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/extractto.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349463 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.extractto" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::extractTo</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::extractTo</methodname>
<methodparam><type>string</type><parameter>destination</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>entries</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getarchivecomment.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getarchivecomment.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getarchivecomment.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330320 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getarchivecomment" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getArchiveComment</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getArchiveComment</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getArchiveComment</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getcommentindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getcommentindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getcommentindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330320 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getcommentindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getCommentIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getCommentIndex</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getCommentIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getcommentname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getcommentname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getcommentname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330320 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getcommentname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getCommentName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getCommentName</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getCommentName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339282 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getexternalattributesindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getExternalAttributesIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::GetExternalAttributesIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>int</type><parameter role="reference">opsys</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getexternalattributesname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332989 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getexternalattributesname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getExternalAttributesName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::getExternalAttributesName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>int</type><parameter role="reference">opsys</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getfromindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getfromindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getfromindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330430 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getfromindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getFromIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getFromIndex</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getFromIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getfromname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getfromname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getfromname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336954 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getfromname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getFromName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getFromName</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getFromName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getnameindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getnameindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getnameindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331259 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getnameindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getNameIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getNameIndex</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getNameIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349314 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getstatusstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getStatusString</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>ZipArchive::getStatusString</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>ZipArchive::getStatusString</methodname>
<void/>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getstream.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getstream.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getstream.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.getstream" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getStream</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>resource</type><methodname>ZipArchive::getStream</methodname>
+ <modifier>public</modifier> <type>resource</type><methodname>ZipArchive::getStream</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/iscompressionmethoddupported.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/iscompressionmethoddupported.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/iscompressionmethoddupported.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350012 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.iscompressionmethoddupported" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -11,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::isCompressionMethodSupported</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::isCompressionMethodSupported</methodname>
<methodparam><type>int</type><parameter>method</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>encode</parameter><initializer>true</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/isencryptionmethoddupported.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/isencryptionmethoddupported.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/isencryptionmethoddupported.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350012 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.isencryptionmethoddupported" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::isEncryptionMethodSupported</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::isEncryptionMethodSupported</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::isEncryptionMethodSupported</methodname>
<methodparam><type>int</type><parameter>method</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>encode</parameter><initializer>true</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/locatename.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/locatename.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/locatename.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330320 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.locatename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::locateName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>ZipArchive::locateName</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>ZipArchive::locateName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/open.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/open.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/open.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349502 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="ziparchive.open" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>ZipArchive::open</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>ZipArchive::open</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/registercancelcallback.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/registercancelcallback.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/registercancelcallback.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349077 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.registercancelcallback" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::registerCancelCallback</methodname>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/registerprogresscallback.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/registerprogresscallback.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/registerprogresscallback.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349078 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.registerprogresscallback" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::registerProgressCallback</methodname>
<methodparam><type>float</type><parameter>rate</parameter></methodparam>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/renameindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/renameindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/renameindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.renameindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::renameIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::renameIndex</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::renameIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>string</type><parameter>newname</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/renamename.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/renamename.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/renamename.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.renamename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::renameName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::renameName</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::renameName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>newname</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/replacefile.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/replacefile.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/replacefile.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349360 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.replacefile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::replaceFile</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::replaceFile</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::replaceFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setarchivecomment.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setarchivecomment.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setarchivecomment.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330315 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setarchivecomment" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setArchiveComment</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::setArchiveComment</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::setArchiveComment</methodname>
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setcommentindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setcommentindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setcommentindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330315 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setcommentindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setCommentIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::setCommentIndex</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::setCommentIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setcommentname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setcommentname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setcommentname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330315 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setcommentname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setCommentName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::setCommentName</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::setCommentName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349489 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setcompressionindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setCompressionIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::setCompressionIndex</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::setCompressionIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>int</type><parameter>comp_method</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>comp_flags</parameter><initializer>0</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setcompressionname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349489 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setcompressionname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setCompressionName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::setCompressionName</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::setCompressionName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>int</type><parameter>comp_method</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>comp_flags</parameter><initializer>0</initializer></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 348590 $ -->
-<!-- EN-Revision: 348590 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setencryptionindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setEncryptionIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>string</type><parameter>method</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setencryptionname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 348590 $ -->
-<!-- EN-Revision: 348590 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setencryptionname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setEncryptionName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>int</type><parameter>method</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332989 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setexternalattributesindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setExternalAttributesIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setExternalAttributesIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>int</type><parameter>opsys</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setexternalattributesname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339282 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setexternalattributesname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setExternalAttributesName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setExternalAttributesName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>int</type><parameter>opsys</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setmtimeindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setmtimeindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setmtimeindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349074 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setmtimeindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setMtimeIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>int</type><parameter>timestamp</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/setmtimename.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/setmtimename.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/setmtimename.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349074 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: mumumu Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.setmtimename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::setMtimeName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type>
+ <modifier>public</modifier> <type>bool</type>
<methodname>ZipArchive::setMtimeName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>int</type><parameter>timestamp</parameter></methodparam>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/statindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/statindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/statindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.statindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::statIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>ZipArchive::statIndex</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>ZipArchive::statIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/statname.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/statname.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/statname.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.statname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::statName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>ZipArchive::statName</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>ZipArchive::statName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/unchangeall.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/unchangeall.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/unchangeall.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330315 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.unchangeall" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::unchangeAll</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::unchangeAll</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::unchangeAll</methodname>
<void/>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/unchangearchive.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/unchangearchive.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/unchangearchive.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.unchangearchive" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::unchangeArchive</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::unchangeArchive</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::unchangeArchive</methodname>
<void/>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/unchangeindex.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/unchangeindex.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/unchangeindex.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330315 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.unchangeindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::unchangeIndex</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::unchangeIndex</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::unchangeIndex</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/unchangename.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/unchangename.xml 2020-06-25 20:44:07 UTC (rev 350084)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/unchangename.xml 2020-06-26 05:08:29 UTC (rev 350085)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350084 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.unchangename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::unchangeName</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>ZipArchive::unchangeName</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>ZipArchive::unchangeName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>