mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
new constants in zip 1.18.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349279 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f751e752d7
commit
271d8379a9
1 changed files with 60 additions and 0 deletions
|
@ -118,6 +118,66 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-recompress">
|
||||
<term>
|
||||
<constant>ZipArchive::FL_RECOMPRESS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Force recompression of data.
|
||||
Available as of PHP 8.0.0 and PECL zip 1.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-encrypted">
|
||||
<term>
|
||||
<constant>ZipArchive::FL_ENCRYPTED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Read encrypted data (implies FL_COMPRESSED).
|
||||
Available as of PHP 8.0.0 and PECL zip 1.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-overwrite">
|
||||
<term>
|
||||
<constant>ZipArchive::FL_OVERWRITE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
If file with name exists, overwrite (replace) it.
|
||||
Available as of PHP 8.0.0 and PECL zip 1.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-local">
|
||||
<term>
|
||||
<constant>ZipArchive::FL_LOCAL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
In local header.
|
||||
Available as of PHP 8.0.0 and PECL zip 1.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-central">
|
||||
<term>
|
||||
<constant>ZipArchive::ZIP_FL_CENTRAL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
In central directory.
|
||||
Available as of PHP 8.0.0 and PECL zip 1.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ziparchive.constants.fl-enc-guess">
|
||||
<term>
|
||||
|
|
Loading…
Reference in a new issue