mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor correction (fixed parameter type).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293307 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9a55225d8b
commit
c10240f2b2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>RarException::setUsingExceptions</methodname>
|
||||
<methodparam><type>string</type><parameter>using_exceptions</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>using_exceptions</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
If and only if the argument is &true;, then, instead of emitting warnings and returning a special value indicating error when the UnRAR library encounters an error, an exception of type <type>RarException</type> will be thrown.
|
||||
|
|
Loading…
Reference in a new issue