mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix default value for ZipArchive::replaceFile()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349299 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
753678e8d4
commit
3306b1b1af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>int</type><parameter>index</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>ZipArchive::FL_OVERWRITE</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Replace a file to a ZIP archive from a given path.
|
||||
|
|
Loading…
Reference in a new issue