ZipArchive::{add,replace}File: start/length paramaters are now used

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349360 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Remi Collet 2020-03-09 13:27:07 +00:00
parent 1e3eecef0d
commit 93ae6ca0ae
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@
<term><parameter>start</parameter></term>
<listitem>
<para>
This parameter is not used but is required to extend <classname>ZipArchive</classname>.
For partial copy, start position.
</para>
</listitem>
</varlistentry>
@ -52,7 +52,7 @@
<term><parameter>length</parameter></term>
<listitem>
<para>
This parameter is not used but is required to extend <classname>ZipArchive</classname>.
For partial copy, length to be copied, if 0 or -1 the whole file (starting from <parameter>start</parameter>) is used.
</para>
</listitem>
</varlistentry>

View file

@ -44,7 +44,7 @@
<term><parameter>start</parameter></term>
<listitem>
<para>
This parameter is not used but is required to extend <classname>ZipArchive</classname>.
For partial copy, start position.
</para>
</listitem>
</varlistentry>
@ -52,7 +52,7 @@
<term><parameter>length</parameter></term>
<listitem>
<para>
This parameter is not used but is required to extend <classname>ZipArchive</classname>.
For partial copy, length to be copied, if 0 or -1 the whole file (starting from <parameter>start</parameter>) is used.
</para>
</listitem>
</varlistentry>