検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 642 for exception (0.015 sec.)
例外をジェネレータにスローする 4554
« Generator::send Generator::valid » PHP Manual Generator 例外をジェネレータにスローする Generat ... スローする 説明 public Generator::throw ( Throwable $exception ): mixed 例外をジェネレータにスローして、ジェネレー ... す。 この振る舞いは、現在の yield 式の部分を throw $exception 文に置き換えたのと同じになります。 このメソッドの起 ... 側のコンテキストに例外がスローされます。 パラメータ exception ジェネレータにスローする例外。 戻り値 yield した値 ... ion gen () { echo "Foo\n" ; try { yield; } catch ( Exception $e ) { echo "Exception: { $e -> getMessage ()} \n" ...
https://man.plustar.jp/php/generator.throw.html - [similar]
Commits a transaction 4539
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws M ... ongoDB\Driver\Exception\CommandException if the server could not commit th ... .g. due to conflicts, network issues). In case the exception's MongoDB\Driver\Exception\CommandException::getRe ... n. In newer versions of the driver, MongoDB\Driver\Exception\RuntimeException::hasErrorLabel() should be used t ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Returns the Exception associated with the failed heartbeat 4525
« MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getDurationMicros MongoDB\Driver\Monitor ... \Monitoring\ServerHeartbeatFailedEvent Returns the Exception associated with the failed heartbeat MongoDB\Drive ... ServerHeartbeatFailedEvent::getError — Returns the Exception associated with the failed heartbeat 説明 final pu ... onitoring\ServerHeartbeatFailedEvent::getError (): Exception パラメータ この関数にはパラメータはありません。 戻 ... り値 Returns the Exception associated with the failed heartbeat. エラー / 例外 ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serverheartbeatfailedevent.... - [similar]
Returns the Exception associated with the failed command 4510
« MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros MongoDB\Driver\Monitoring\Comm ... B\Driver\Monitoring\CommandFailedEvent Returns the Exception associated with the failed command MongoDB\Driver\ ... itoring\CommandFailedEvent::getError — Returns the Exception associated with the failed command 説明 final publ ... Driver\Monitoring\CommandFailedEvent::getError (): Exception パラメータ この関数にはパラメータはありません。 戻 ... り値 Returns the Exception associated with the failed command. エラー / 例外 ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.geterror... - [similar]
例外(exceptions) 4496
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... ログラムが終了します。 スローされるオブジェクトは、 Exception クラスあるいは Exception のサブクラスのインスタンス ... 探します。 例外が捕捉されない場合、PHP は " Uncaught Exception ... " というメッセージとともに 致命的なエラー(fata ... l error)を発行します。 ただし、 set_exception_handler() でハンドラが 定義されている場合を除きます ... った場合に、 catch の代わりに呼び出される関数を set_exception_handler() 関数で設定できます。 その効果は、プログラ ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
例外をコピーする 4481
« Exception::__toString ErrorException » PHP Manual Exception 例外をコピーする Exception::__clon ... e (PHP 5, PHP 7, PHP 8) Exception::__clone — 例外をコピーする 説明 private Exception ... クローン不可能です。 変更履歴 バージョン 説明 8.1.0 Exception::__clone() は、、 final ではなくなりました。 関連キ ... ーワード: 例外 , コピー , Exception , エラー , パラメータ , toString , ErrorException ...
https://man.plustar.jp/php/exception.clone.html - [similar]
The Swoole\Exception class 4431
« Swoole\Event::write Swoole\Http\Client » PHP Manual Swoole The Swoole\Exception class The Swoo ... le\Exception class (PECL swoole >= 1.9.0) はじめに クラス概要 c ... lass Swoole\Exception extends Exception implements Throwable { /* 継承し ... ble $ previous = null ; } 関連キーワード: Swoole , Exception , string , protected , private , int , Throwable , ...
https://man.plustar.jp/php/class.swoole-exception.html - [similar]
The Swoole\MySQL\Exception class 4416
« Swoole\MySQL::query Swoole\Process » PHP Manual Swoole The Swoole\MySQL\Exception class The Sw ... oole\MySQL\Exception class (PECL swoole >= 1.9.0) はじめに クラス概要 c ... lass Swoole\MySQL\Exception extends Exception implements Throwable { /* 継承し ... ble $ previous = null ; } 関連キーワード: Swoole , Exception , string , protected , private , int , Throwable , ...
https://man.plustar.jp/php/class.swoole-mysql-exception.html - [similar]
The GearmanJob class 4373
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... truct () public data ( string $data ): bool public exception ( string $exception ): bool public fail (): bool p ... public sendData ( string $data ): bool public sendException ( string $exception ): bool public sendFail (): bo ... nd data for a running job (deprecated) GearmanJob::exception — Send exception for running job (deprecated) Gear ... Data — Send data for a running job GearmanJob::sendException — Send exception for running job (exception) Gearm ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
Execute a database command that reads and writes 4358
« MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M ... is available in MongoDB 3.2+ and will result in an exception at execution time if specified for an older server ... ern" option. This will result in an MongoDB\Driver\Exception\InvalidArgumentException being thrown. Instead, yo ... r を返します。 エラー / 例外 Throws MongoDB\Driver\Exception\InvalidArgumentException if the "session" option i ... n" or "writeConcern" option. Throws MongoDB\Driver\Exception\InvalidArgumentException if the "session" option i ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html - [similar]