mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added meaning information for error constants. Closes bug #60220.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320331 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5b33ac427d
commit
3c4c21f0a5
1 changed files with 27 additions and 0 deletions
|
@ -75,46 +75,73 @@
|
|||
<para>
|
||||
<constant>ZIPARCHIVE::ER_EXISTS</constant>
|
||||
</para>
|
||||
<para>
|
||||
File already exists.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_INCONS</constant>
|
||||
</para>
|
||||
<para>
|
||||
Zip archive inconsistent.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_INVAL</constant>
|
||||
</para>
|
||||
<para>
|
||||
Invalid argument.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_MEMORY</constant>
|
||||
</para>
|
||||
<para>
|
||||
Malloc failure.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_NOENT</constant>
|
||||
</para>
|
||||
<para>
|
||||
No such file.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_NOZIP</constant>
|
||||
</para>
|
||||
<para>
|
||||
Not a zip archive.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_OPEN</constant>
|
||||
</para>
|
||||
<para>
|
||||
Can't open file.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_READ</constant>
|
||||
</para>
|
||||
<para>
|
||||
Read error.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::ER_SEEK</constant>
|
||||
</para>
|
||||
<para>
|
||||
Seek error.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue