RarException::isUsingExceptions
(PECL rar >= 2.0.0)
RarException::isUsingExceptions — 例外によるエラー処理を使っているかどうかを調べる
説明
RAR 関数が警告を発してエラー値を返すようになっているか、 あるいは例外をスローするようになっているかを調べます (引数の型を間違えるなどのプログラム上のエラーは含めません)。
パラメータ
この関数にはパラメータはありません。
例
例1 RarException::isUsingExceptions() の例
<?php
// デフォルトでは例外を使いません
var_dump(RarException::isUsingExceptions());
?>
上の例の出力は、 たとえば以下のようになります。
bool(false)
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google