mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1e3eecef0d
commit
93ae6ca0ae
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue