検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1312 for 例外 (0.050 sec.)
例外によるエラー処理を使っているかどうかを調べる 5764
« RarException RarException::setUsingExceptions » PHP Manual RarException 例外によるエラー処理を ... CL rar >= 2.0.0) RarException::isUsingExceptions — 例外によるエラー処理を使っているかどうかを調べる 説明 pu ... 告を発してエラー値を返すようになっているか、 あるいは例外をスローするようになっているかを調べます (引数の型を ... ラメータ この関数にはパラメータはありません。 戻り値 例外を使っている場合に true 、それ以外の場合に false を返 ... n::isUsingExceptions() の例 <?php // デフォルトでは例外を使いません var_dump ( RarException :: isUsingExcep ...
https://man.plustar.jp/php/rarexception.isusingexceptions.html - [similar]
例外をジェネレータにスローする 5725
« Generator::send Generator::valid » PHP Manual Generator 例外をジェネレータにスローする Generat ... (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::throw — 例外をジェネレータにスローする 説明 public Generator::th ... row ( Throwable $exception ): mixed 例外をジェネレータにスローして、ジェネレータを続行します ... タが閉じられている場合は、呼び出し側のコンテキストに例外がスローされます。 パラメータ exception ジェネレータ ... にスローする例外。 戻り値 yield した値を返します。 例 例1 ジェネレー ...
https://man.plustar.jp/php/generator.throw.html - [similar]
例外コードを取得する 5564
« Exception::getPrevious Exception::getFile » PHP Manual Exception 例外コードを取得する Exceptio ... getCode (PHP 5, PHP 7, PHP 8) Exception::getCode — 例外コードを取得する 説明 final public Exception::getCod ... e (): int 例外コードを返します。 パラメータ この関数にはパラメータ ... はありません。 戻り値 例外コードを整数値で返します。しかし、 Exception クラスを ... exception code is: 30 参考 Throwable::getCode() - 例外コードを取得する 関連キーワード: 例外 , コード , 取得 ...
https://man.plustar.jp/php/exception.getcode.html - [similar]
定義済みの例外 5525
« $argv Exception » PHP Manual 言語リファレンス 定義済みの例外 定義済みの例外 目次 Exception Err ... or ValueError UnhandledMatchError FiberError SPL の例外 も参照ください。 関連キーワード: 例外 , 定義 , Exc ...
https://man.plustar.jp/php/reserved.exceptions.html - [similar]
例外コードを取得する 5408
« Throwable::getMessage Throwable::getFile » PHP Manual Throwable 例外コードを取得する Throwable ... ::getCode (PHP 7, PHP 8) Throwable::getCode — 例外コードを取得する 説明 public Throwable::getCode (): ... ラメータ この関数にはパラメータはありません。 戻り値 例外コードを返します。 Exception の場合は int ですが、 そ ... の場合は string です)。 参考 Exception::getCode() - 例外コードを取得する 関連キーワード: コード , 例外 , 取得 ...
https://man.plustar.jp/php/throwable.getcode.html - [similar]
例外によるエラー処理の有効化および無効化を行う 5331
« RarException::isUsingExceptions Zip » PHP Manual RarException 例外によるエラー処理の有効化およ ... L rar >= 2.0.0) RarException::setUsingExceptions — 例外によるエラー処理の有効化および無効化を行う 説明 publ ... してエラーを示す値を返すのではなく RarException 型の例外をスローするようにします。 例外は次のエラーのときにも ... 取得しようと試みたとき。 パラメータ using_exceptions 例外をスローさせるときは true 、例外をスローさせないとき ... on line 8 参考 RarException::isUsingExceptions() - 例外によるエラー処理を使っているかどうかを調べる 関連キー ...
https://man.plustar.jp/php/rarexception.setusingexceptions.html - [similar]
例外メッセージを取得する 5292
« Exception::__construct Exception::getPrevious » PHP Manual Exception 例外メッセージを取得する ... sage (PHP 5, PHP 7, PHP 8) Exception::getMessage — 例外メッセージを取得する 説明 final public Exception::ge ... tMessage (): string 例外メッセージを返します。 パラメータ この関数にはパラメ ... ータはありません。 戻り値 例外メッセージ文字列を返します。 例 例1 Exception::getMe ... メッセージを取得する 関連キーワード: メッセージ , 例外 , 取得 , Exception , getMessage , パラメータ , con ...
https://man.plustar.jp/php/exception.getmessage.html - [similar]
ファイバーの実行を、例外をスローすることで再開する 5292
« Fiber::resume Fiber::getReturn » PHP Manual Fiber ファイバーの実行を、例外をスローすることで再 ... PHP 8 >= 8.1.0) Fiber::throw — ファイバーの実行を、例外をスローすることで再開する 説明 public Fiber::throw ... 現在の Fiber::suspend() への呼び出しから、 指定した例外をスローさせることでファイバーを再開させます。 このメ ... suspend() への呼び出しから、 ファイバーにスローする例外を指定します。 戻り値 Fiber::suspend() が次回コールさ ... った場合は null を返します。 停止する前にファイバーが例外をスローする場合、 このメソッドの呼び出しからスローさ ...
https://man.plustar.jp/php/fiber.throw.html - [similar]
例外の深刻度を取得する 5209
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorExce ... 5.1.0, PHP 7, PHP 8) ErrorException::getSeverity — 例外の深刻度を取得する 説明 final public ErrorException: ... :getSeverity (): int 例外の深刻度を返します。 パラメータ この関数にはパラメー ... タはありません。 戻り値 例外の深刻度レベルを返します。 例 例1 ErrorException::ge ... eption severity is: 256 bool(true) 関連キーワード: 例外 , 取得 , ErrorException , getSeverity , パラメータ ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
例外のキャッチのオン/オフを切り替える 5209
« Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッ ... ion (Yaf >=1.0.0) Yaf_Dispatcher::catchException — 例外のキャッチのオン/オフを切り替える 説明 public Yaf_Di ... () で有効にした) 場合、Yaf でエラーが発生したときに例外をスローします。 そのとき、 Yaf_Dispatcher::catchExc ... ntroller::error を定義していれば キャッチしなかった例外はすべて ErrorController::error に送られます。 パラメ ... _Request_Abstract::getException を呼んで * 未処理の例外を取得します */ public function errorAction ( $excep ...
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT