mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Tab -> spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ae2f860000
commit
a2ba452fb9
1 changed files with 12 additions and 12 deletions
|
@ -13,8 +13,8 @@
|
|||
&reftitle.intro;
|
||||
<para>
|
||||
This class serves two purposes: it is the type of the exceptions thrown by the RAR extension
|
||||
functions and methods and it allows, through static methods to query and define the error
|
||||
behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted.
|
||||
functions and methods and it allows, through static methods to query and define the error
|
||||
behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted.
|
||||
</para>
|
||||
<para>
|
||||
The following error codes are used:
|
||||
|
@ -30,43 +30,43 @@
|
|||
11 - insufficient memory
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
12 - bad data
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
13 - bad archive
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
14 - unknown format
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
15 - file open error
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
16 - file create error
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
17 - file close error
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
|
||||
<listitem>
|
||||
<simpara>
|
||||
18 - read error
|
||||
|
@ -109,7 +109,7 @@
|
|||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<modifier>final</modifier>
|
||||
<modifier>final</modifier>
|
||||
<classname>RarException</classname>
|
||||
</ooclass>
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
<!-- }}} -->
|
||||
<classsynopsisinfo role="comment">Properties</classsynopsisinfo>
|
||||
<fieldsynopsis>
|
||||
<modifier>private</modifier>
|
||||
<modifier>private</modifier>
|
||||
<modifier>static</modifier>
|
||||
<varname linkend="rarexception.props.usingexceptions">usingExceptions</varname>
|
||||
</fieldsynopsis>
|
||||
|
@ -171,7 +171,7 @@
|
|||
<term><varname>usingExceptions</varname></term>
|
||||
<listitem>
|
||||
<para>Not part of the contract.
|
||||
Use <methodname>RarException::isUsingExceptions</methodname> and <methodname>RarException::setUsingExceptions</methodname>.</para>
|
||||
Use <methodname>RarException::isUsingExceptions</methodname> and <methodname>RarException::setUsingExceptions</methodname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue