mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
74670c410f
commit
55b62ad140
2 changed files with 28 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue