検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 157 for getMessage (0.035 sec.)
Poll the items 6797
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... QPollException $e ) { echo "poll failed: " . $e -> getMessage () . "\n" ; } if ( $events > 0 ) { /* Loop through ... ( ZMQException $e ) { echo "recv failed: " . $e -> getMessage () . "\n" ; } } /* Loop through writable and send ... ( ZMQException $e ) { echo "send failed: " . $e -> getMessage () . "\n" ; } } } } ?> 関連キーワード: items , ZMQ ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
例外(exceptions) 6543
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... h ( Exception $e ) { echo '捕捉した例外: ' , $e -> getMessage (), "\n" ; } // 実行は継続される echo "Hello World ... h ( Exception $e ) { echo '捕捉した例外: ' , $e -> getMessage (), "\n" ; } finally { echo "First finally.\n" ; } ... h ( Exception $e ) { echo '捕捉した例外: ' , $e -> getMessage (), "\n" ; } finally { echo "Second finally.\n" ; ... $e ; } } catch ( Exception $e ) { var_dump ( $e -> getMessage ()); } } } $foo = new Test ; $foo -> testing (); ? ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
Create a new BulkWrite 6451
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... { printf ( "%s (%d): %s\n" , $writeConcernError -> getMessage (), $writeConcernError -> getCode (), var_export ( ... d)\n" , $writeError -> getIndex (), $writeError -> getMessage (), $writeError -> getCode () ); } } catch ( Mongo ... eption $e ) { printf ( "Other error: %s\n" , $e -> getMessage ()); exit; } printf ( "Inserted %d document(s)\n" ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
SplFixedArray クラス 6370
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... ception $re ) { echo "RuntimeException: " . $re -> getMessage (). "\n" ; } try { var_dump ( $array [- 1 ]); } ca ... ception $re ) { echo "RuntimeException: " . $re -> getMessage (). "\n" ; } try { var_dump ( $array [ 5 ]); } cat ... ception $re ) { echo "RuntimeException: " . $re -> getMessage (). "\n" ; } ?> 上の例の出力は以下となります。 NUL ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
直前の Throwable を返す 6370
« Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious ... %s]\n" , $e -> getFile (), $e -> getLine (), $e -> getMessage (), $e -> getCode (), get_class ( $e )); } while( ...
https://man.plustar.jp/php/error.getprevious.html - [similar]
Exception 6278
« 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, ... = 0 , ? Throwable $previous = null ) final public getMessage (): string final public getPrevious (): ? Throwabl ... Exception::__construct — 例外を作成する Exception::getMessage — 例外メッセージを取得する Exception::getPrevious ...
https://man.plustar.jp/php/class.exception.html - [similar]
前の例外(Throwable)を返す 6278
« Exception::getMessage Exception::getCode » PHP Manual Exception 前の例外(Throwable)を返す Exce ... %s]\n" , $e -> getFile (), $e -> getLine (), $e -> getMessage (), $e -> getCode (), get_class ( $e )); } while( ...
https://man.plustar.jp/php/exception.getprevious.html - [similar]
Error 6197
« ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, ... = 0 , ? Throwable $previous = null ) final public getMessage (): string final public getPrevious (): ? Throwabl ... :__construct — エラーオブジェクトを生成する Error::getMessage — エラーメッセージを取得する Error::getPrevious — ...
https://man.plustar.jp/php/class.error.html - [similar]
The MongoDB\Driver\BulkWrite class 6197
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... { printf ( "%s (%d): %s\n" , $writeConcernError -> getMessage (), $writeConcernError -> getCode (), var_export ( ... d)\n" , $writeError -> getIndex (), $writeError -> getMessage (), $writeError -> getCode () ); } } catch ( Mongo ... eption $e ) { printf ( "Other error: %s\n" , $e -> getMessage ()); exit; } printf ( "Inserted %d document(s)\n" ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
以前の例外ハンドラ関数を回復する 6197
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回 ... tion $e ) { echo '[' . __FUNCTION__ . '] ' . $e -> getMessage (); } function exception_handler_2 ( Exception $e ... ) { echo '[' . __FUNCTION__ . '] ' . $e -> getMessage (); } set_exception_handler ( 'exception_handler_1 ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT