mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
doc for zip 1.18.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349489 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b709972b45
commit
1fb3a5e8f4
3 changed files with 48 additions and 10 deletions
|
@ -87,6 +87,40 @@
|
|||
<link linkend="zip.constants">ZIP constants</link> page.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"comp_method"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Compression method, one of the <constant>ZipArchive::CM_*</constant>
|
||||
constants, see <link linkend="zip.constants">ZIP constants</link> page.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"comp_flags"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Compression level.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"enc_method"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Encryption method, one of the <constant>ZipArchive::EM_*</constant>
|
||||
constants, see <link linkend="zip.constants">ZIP constants</link> page.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"enc_password"</literal>
|
||||
</para>
|
||||
<para>
|
||||
Password used for encryption.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -119,6 +153,14 @@
|
|||
<literal>"flags"</literal> in <parameter>options</parameter> was added.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>8.0.0 / 1.18.1</entry>
|
||||
<entry>
|
||||
<literal>"comp_method"</literal>, <literal>"comp_flags"</literal>,
|
||||
<literal>"enc_method"</literal> and <literal>"enc_password"</literal>in
|
||||
<parameter>options</parameter> was added.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -33,10 +33,8 @@
|
|||
<term><parameter>comp_method</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The compression method. Either
|
||||
<constant>ZipArchive::CM_DEFAULT</constant>,
|
||||
<constant>ZipArchive::CM_STORE</constant> or
|
||||
<constant>ZipArchive::CM_DEFLATE</constant>.
|
||||
The compression method, one of the
|
||||
<constant>ZipArchive::CM_*</constant> constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -44,7 +42,7 @@
|
|||
<term><parameter>comp_flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compression flags. Currently unused.
|
||||
Compression level.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -33,10 +33,8 @@
|
|||
<term><parameter>comp_method</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The compression method. Either
|
||||
<constant>ZipArchive::CM_DEFAULT</constant>,
|
||||
<constant>ZipArchive::CM_STORE</constant> or
|
||||
<constant>ZipArchive::CM_DEFLATE</constant>.
|
||||
The compression method, one of the
|
||||
<constant>ZipArchive::CM_*</constant> constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -44,7 +42,7 @@
|
|||
<term><parameter>comp_flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compression flags. Currently unused.
|
||||
Compression level.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue