ZipArchive::getStatusString, status and statusSys available for closed archive

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Remi Collet 2020-03-05 10:39:55 +00:00
parent 74670c410f
commit 55b62ad140
2 changed files with 28 additions and 2 deletions

View file

@ -64,13 +64,15 @@
<varlistentry xml:id="ziparchive.props.status">
<term><varname>status</varname></term>
<listitem>
<para>Status of the Zip Archive</para>
<para>Status of the Zip Archive.
Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ziparchive.props.statussys">
<term><varname>statusSys</varname></term>
<listitem>
<para>System status of the Zip Archive</para>
<para>System status of the Zip Archive.
Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ziparchive.props.numfiles">

View file

@ -29,6 +29,30 @@
</refsect1>
</refentry>
<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>
This method can be called on closed archive.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml