svn: /phpdoc/ja/trunk/reference/zip/ ziparchive/getstatusstring.xml ziparchive.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 06 Mar 2020 02:07:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349329
Log:
ZipArchive::getStatusString, status and statusSys available for closed archive
Changed paths:
U phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml
U phpdoc/ja/trunk/reference/zip/ziparchive.xml
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml 2020-03-06 02:07:01 UTC (rev 349328)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/getstatusstring.xml 2020-03-06 02:07:43 UTC (rev 349329)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349314 Maintainer: mumumu Status: ready -->
<refentry xml:id="ziparchive.getstatusstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ZipArchive::getStatusString</refname>
@@ -28,6 +28,31 @@
成功時にはステータスメッセージを文字列で返します。&return.falseforfailure;。
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0 / 1.18.0</entry>
+ <entry>
+ このメソッドは、閉じられたアーカイブに対しても呼び出せるようになりました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/zip/ziparchive.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive.xml 2020-03-06 02:07:01 UTC (rev 349328)
+++ phpdoc/ja/trunk/reference/zip/ziparchive.xml 2020-03-06 02:07:43 UTC (rev 349329)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349304 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349311 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.ziparchive" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title><classname>ZipArchive</classname> クラス</title>
@@ -66,13 +66,15 @@
<varlistentry xml:id="ziparchive.props.status">
<term><varname>status</varname></term>
<listitem>
- <para>Zip アーカイブの状態</para>
+ <para>Zip アーカイブの状態。
+ PHP 8.0.0 以降および PECL 1.18.0 以降では、閉じられたアーカイブでも利用可能です。</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ziparchive.props.statussys">
<term><varname>statusSys</varname></term>
<listitem>
- <para>Zip アーカイブのシステム状態</para>
+ <para>Zip アーカイブのシステム状態。
+ PHP 8.0.0 以降および PECL 1.18.0 以降では、閉じられたアーカイブでも利用可能です。</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ziparchive.props.numfiles">