mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Change ZIPARCHIVE to ZipArchive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330320 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ca4c26caa
commit
bac24fafb4
12 changed files with 77 additions and 77 deletions
|
@ -15,7 +15,7 @@
|
|||
<variablelist>
|
||||
<varlistentry xml:id="ziparchive.constants.create">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CREATE</constant>
|
||||
<constant>ZipArchive::CREATE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.overwrite">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::OVERWRITE</constant>
|
||||
<constant>ZipArchive::OVERWRITE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.excl">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::EXCL</constant>
|
||||
<constant>ZipArchive::EXCL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.checkcons">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CHECKCONS</constant>
|
||||
<constant>ZipArchive::CHECKCONS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -61,7 +61,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-nocase">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::FL_NOCASE</constant>
|
||||
<constant>ZipArchive::FL_NOCASE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -72,7 +72,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-nodir">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::FL_NODIR</constant>
|
||||
<constant>ZipArchive::FL_NODIR</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -83,7 +83,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-compressed">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::FL_COMPRESSED</constant>
|
||||
<constant>ZipArchive::FL_COMPRESSED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -94,7 +94,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.fl-unchanged">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant>
|
||||
<constant>ZipArchive::FL_UNCHANGED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -106,7 +106,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.cm-default">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_DEFAULT</constant>
|
||||
<constant>ZipArchive::CM_DEFAULT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -117,7 +117,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-store">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_STORE</constant>
|
||||
<constant>ZipArchive::CM_STORE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -128,7 +128,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-shrink">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_SHRINK</constant>
|
||||
<constant>ZipArchive::CM_SHRINK</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -139,7 +139,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-reduce-1">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_REDUCE_1</constant>
|
||||
<constant>ZipArchive::CM_REDUCE_1</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -150,7 +150,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-reduce-2">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_REDUCE_2</constant>
|
||||
<constant>ZipArchive::CM_REDUCE_2</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -161,7 +161,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-reduce-3">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_REDUCE_3</constant>
|
||||
<constant>ZipArchive::CM_REDUCE_3</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -172,7 +172,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-reduce-4">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_REDUCE_4</constant>
|
||||
<constant>ZipArchive::CM_REDUCE_4</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -183,7 +183,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-implode">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_IMPLODE</constant>
|
||||
<constant>ZipArchive::CM_IMPLODE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -194,7 +194,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-deflate">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_DEFLATE</constant>
|
||||
<constant>ZipArchive::CM_DEFLATE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -205,7 +205,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-deflate64">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_DEFLATE64</constant>
|
||||
<constant>ZipArchive::CM_DEFLATE64</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -216,7 +216,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-pkware-implode">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_PKWARE_IMPLODE</constant>
|
||||
<constant>ZipArchive::CM_PKWARE_IMPLODE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -227,7 +227,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.cm-bzip2">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::CM_BZIP2</constant>
|
||||
<constant>ZipArchive::CM_BZIP2</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -239,7 +239,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.er-ok">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_OK</constant>
|
||||
<constant>ZipArchive::ER_OK</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -250,7 +250,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-multidisk">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_MULTIDISK</constant>
|
||||
<constant>ZipArchive::ER_MULTIDISK</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -261,7 +261,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-rename">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_RENAME</constant>
|
||||
<constant>ZipArchive::ER_RENAME</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -272,7 +272,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-close">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_CLOSE</constant>
|
||||
<constant>ZipArchive::ER_CLOSE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -283,7 +283,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-seek">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_SEEK</constant>
|
||||
<constant>ZipArchive::ER_SEEK</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -294,7 +294,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-read">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_READ</constant>
|
||||
<constant>ZipArchive::ER_READ</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -306,7 +306,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.er-write">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_WRITE</constant>
|
||||
<constant>ZipArchive::ER_WRITE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -317,7 +317,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-crc">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_CRC</constant>
|
||||
<constant>ZipArchive::ER_CRC</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -328,7 +328,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-zipclosed">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_ZIPCLOSED</constant>
|
||||
<constant>ZipArchive::ER_ZIPCLOSED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -339,7 +339,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-noent">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_NOENT</constant>
|
||||
<constant>ZipArchive::ER_NOENT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -350,7 +350,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-exists">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_EXISTS</constant>
|
||||
<constant>ZipArchive::ER_EXISTS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -361,7 +361,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-open">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_OPEN</constant>
|
||||
<constant>ZipArchive::ER_OPEN</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -372,7 +372,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-tmpopen">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_TMPOPEN</constant>
|
||||
<constant>ZipArchive::ER_TMPOPEN</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -383,7 +383,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-zlib">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_ZLIB</constant>
|
||||
<constant>ZipArchive::ER_ZLIB</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -395,7 +395,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.er-memory">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_MEMORY</constant>
|
||||
<constant>ZipArchive::ER_MEMORY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -407,7 +407,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.er-changed">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_CHANGED</constant>
|
||||
<constant>ZipArchive::ER_CHANGED</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -419,7 +419,7 @@
|
|||
|
||||
<varlistentry xml:id="ziparchive.constants.er-compnotsupp">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_COMPNOTSUPP</constant>
|
||||
<constant>ZipArchive::ER_COMPNOTSUPP</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -430,7 +430,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-eof">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_EOF</constant>
|
||||
<constant>ZipArchive::ER_EOF</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -441,7 +441,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-inval">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_INVAL</constant>
|
||||
<constant>ZipArchive::ER_INVAL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -452,7 +452,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-nozip">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_NOZIP</constant>
|
||||
<constant>ZipArchive::ER_NOZIP</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -463,7 +463,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-internal">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_INTERNAL</constant>
|
||||
<constant>ZipArchive::ER_INTERNAL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -474,7 +474,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-incons">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_INCONS</constant>
|
||||
<constant>ZipArchive::ER_INCONS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -485,7 +485,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-remove">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_REMOVE</constant>
|
||||
<constant>ZipArchive::ER_REMOVE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
@ -496,7 +496,7 @@
|
|||
</varlistentry>
|
||||
<varlistentry xml:id="ziparchive.constants.er-deleted">
|
||||
<term>
|
||||
<constant>ZIPARCHIVE::ER_DELETED</constant>
|
||||
<constant>ZipArchive::ER_DELETED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
$zip = new ZipArchive();
|
||||
$filename = "./test112.zip";
|
||||
|
||||
if ($zip->open($filename, ZIPARCHIVE::CREATE)!==TRUE) {
|
||||
if ($zip->open($filename, ZipArchive::CREATE)!==TRUE) {
|
||||
exit("cannot open <$filename>\n");
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If flags is set to <constant>ZIPARCHIVE::FL_UNCHANGED</constant>, the original unchanged
|
||||
If flags is set to <constant>ZipArchive::FL_UNCHANGED</constant>, the original unchanged
|
||||
comment is returned.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If flags is set to <constant>ZIPARCHIVE::FL_UNCHANGED</constant>, the original unchanged
|
||||
If flags is set to <constant>ZipArchive::FL_UNCHANGED</constant>, the original unchanged
|
||||
comment is returned.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If flags is set to <constant>ZIPARCHIVE::FL_UNCHANGED</constant>, the original unchanged
|
||||
If flags is set to <constant>ZipArchive::FL_UNCHANGED</constant>, the original unchanged
|
||||
comment is returned.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -47,12 +47,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant>
|
||||
<constant>ZipArchive::FL_UNCHANGED</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_COMPRESSED</constant>
|
||||
<constant>ZipArchive::FL_COMPRESSED</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
@ -47,12 +47,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant>
|
||||
<constant>ZipArchive::FL_UNCHANGED</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_COMPRESSED</constant>
|
||||
<constant>ZipArchive::FL_COMPRESSED</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If flags is set to <constant>ZIPARCHIVE::FL_UNCHANGED</constant>, the original unchanged
|
||||
If flags is set to <constant>ZipArchive::FL_UNCHANGED</constant>, the original unchanged
|
||||
name is returned.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -37,12 +37,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NOCASE</constant>
|
||||
<constant>ZipArchive::FL_NOCASE</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NODIR</constant>
|
||||
<constant>ZipArchive::FL_NODIR</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -68,7 +68,7 @@
|
|||
$file = 'testlocate.zip';
|
||||
|
||||
$zip = new ZipArchive;
|
||||
if ($zip->open($file, ZIPARCHIVE::CREATE) !== TRUE) {
|
||||
if ($zip->open($file, ZipArchive::CREATE) !== TRUE) {
|
||||
exit('failed');
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ $zip->addFromString('entry1.txt', 'entry #1');
|
|||
$zip->addFromString('entry2.txt', 'entry #2');
|
||||
$zip->addFromString('dir/entry2d.txt', 'entry #2');
|
||||
|
||||
if (!$zip->status == ZIPARCHIVE::ER_OK) {
|
||||
if (!$zip->status == ZipArchive::ER_OK) {
|
||||
echo "failed to write zip\n";
|
||||
}
|
||||
$zip->close();
|
||||
|
@ -87,8 +87,8 @@ if ($zip->open($file) !== TRUE) {
|
|||
|
||||
echo $zip->locateName('entry1.txt') . "\n";
|
||||
echo $zip->locateName('eNtry2.txt') . "\n";
|
||||
echo $zip->locateName('eNtry2.txt', ZIPARCHIVE::FL_NOCASE) . "\n";
|
||||
echo $zip->locateName('enTRy2d.txt', ZIPARCHIVE::FL_NOCASE|ZIPARCHIVE::FL_NODIR) . "\n";
|
||||
echo $zip->locateName('eNtry2.txt', ZipArchive::FL_NOCASE) . "\n";
|
||||
echo $zip->locateName('enTRy2d.txt', ZipArchive::FL_NOCASE|ZipArchive::FL_NODIR) . "\n";
|
||||
$zip->close();
|
||||
|
||||
?>
|
||||
|
|
|
@ -36,22 +36,22 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::OVERWRITE</constant>
|
||||
<constant>ZipArchive::OVERWRITE</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::CREATE</constant>
|
||||
<constant>ZipArchive::CREATE</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::EXCL</constant>
|
||||
<constant>ZipArchive::EXCL</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::CHECKCONS</constant>
|
||||
<constant>ZipArchive::CHECKCONS</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_EXISTS</constant>
|
||||
<constant>ZipArchive::ER_EXISTS</constant>
|
||||
</para>
|
||||
<para>
|
||||
File already exists.
|
||||
|
@ -81,7 +81,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_INCONS</constant>
|
||||
<constant>ZipArchive::ER_INCONS</constant>
|
||||
</para>
|
||||
<para>
|
||||
Zip archive inconsistent.
|
||||
|
@ -89,7 +89,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_INVAL</constant>
|
||||
<constant>ZipArchive::ER_INVAL</constant>
|
||||
</para>
|
||||
<para>
|
||||
Invalid argument.
|
||||
|
@ -97,7 +97,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_MEMORY</constant>
|
||||
<constant>ZipArchive::ER_MEMORY</constant>
|
||||
</para>
|
||||
<para>
|
||||
Malloc failure.
|
||||
|
@ -105,7 +105,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_NOENT</constant>
|
||||
<constant>ZipArchive::ER_NOENT</constant>
|
||||
</para>
|
||||
<para>
|
||||
No such file.
|
||||
|
@ -113,7 +113,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_NOZIP</constant>
|
||||
<constant>ZipArchive::ER_NOZIP</constant>
|
||||
</para>
|
||||
<para>
|
||||
Not a zip archive.
|
||||
|
@ -121,7 +121,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_OPEN</constant>
|
||||
<constant>ZipArchive::ER_OPEN</constant>
|
||||
</para>
|
||||
<para>
|
||||
Can't open file.
|
||||
|
@ -129,7 +129,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_READ</constant>
|
||||
<constant>ZipArchive::ER_READ</constant>
|
||||
</para>
|
||||
<para>
|
||||
Read error.
|
||||
|
@ -137,7 +137,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_SEEK</constant>
|
||||
<constant>ZipArchive::ER_SEEK</constant>
|
||||
</para>
|
||||
<para>
|
||||
Seek error.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant> may be ORed to it to request
|
||||
<constant>ZipArchive::FL_UNCHANGED</constant> may be ORed to it to request
|
||||
information about the original file in the archive,
|
||||
ignoring any changes made.
|
||||
</para>
|
||||
|
|
|
@ -34,23 +34,23 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The flags argument specifies how the name lookup should be done.
|
||||
Also, <constant>ZIPARCHIVE::FL_UNCHANGED</constant> may be ORed to it to request
|
||||
Also, <constant>ZipArchive::FL_UNCHANGED</constant> may be ORed to it to request
|
||||
information about the original file in the archive,
|
||||
ignoring any changes made.
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NOCASE</constant>
|
||||
<constant>ZipArchive::FL_NOCASE</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NODIR</constant>
|
||||
<constant>ZipArchive::FL_NODIR</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant>
|
||||
<constant>ZipArchive::FL_UNCHANGED</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue