検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 125 for throw (0.010 sec.)
直前の Throwable を返す 6081
« Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious ... (PHP 7, PHP 8) Error::getPrevious — 直前の Throwable を返す 説明 final public Error::getPrevious () ... : ? Throwable 直前の Throwable( Error::__construct() の3番目 ... この関数にはパラメータはありません。 戻り値 直前の Throwable が利用可能であればそれを返し、 そうでなければ ... Error extends Error {} function doStuff () { try { throw new InvalidArgumentError ( "You are doing it wrong ...
https://man.plustar.jp/php/error.getprevious.html - [similar]
前の例外(Throwable)を返す 6020
« Exception::getMessage Exception::getCode » PHP Manual Exception 前の例外(Throwable)を返す Exce ... 0, PHP 7, PHP 8) Exception::getPrevious — 前の例外(Throwable)を返す 説明 final public Exception::getPreviou ... s (): ? Throwable 前に発生した Throwable ( Exception::__construc ... 関数にはパラメータはありません。 戻り値 前に発生した Throwable 、あるいはそれが存在しない場合は null を返しま ... n extends Exception {} function doStuff () { try { throw new InvalidArgumentException ( "You are doing it w ...
https://man.plustar.jp/php/exception.getprevious.html - [similar]
直近に発生したエラーを返す 6020
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP ... 生したエラーを返す 説明 json_last_error (): int JSON_THROW_ON_ERROR を指定していなかった場合に、 直近の JSON ... 4) "null" bool(true) 例3 json_last_error() と JSON_THROW_ON_ERROR の組み合わせ <?php // JSON_ERROR_UTF8 が発 ... SON error が発生しない json_encode ( 'okay' , JSON_THROW_ON_ERROR ); // グローバルなエラー状態は、直前の js ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
Fiber クラス 5958
« Generator::__wakeup Fiber::__construct » PHP Manual 定義済みのインターフェイスとクラス Fiber ク ... ublic resume ( mixed $value = null ): mixed public throw ( Throwable $exception ): mixed public getReturn ( ... — 値を渡して、ファイバーの実行を再開させる Fiber::throw — ファイバーの実行を、例外をスローすることで再開す ...
https://man.plustar.jp/php/class.fiber.html - [similar]
Serialization to BSON 5958
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... o serialize such an object as a root document will throw a MongoDB\Driver\Exception\UnexpectedValueExceptio ... implementing the MongoDB\BSON\Type interface, then throw a MongoDB\Driver\Exception\UnexpectedValueExceptio ... nSerialize() did not return an array or stdClass , throw an MongoDB\Driver\Exception\UnexpectedValueExcepti ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5958
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... rd' , 'my_db' ); if ( $mysqli -> connect_errno ) { throw new RuntimeException ( 'mysqli connection error: ' ... t_charset ( 'utf8mb4' ); if ( $mysqli -> errno ) { throw new RuntimeException ( 'mysqli error: ' . $mysqli ... word' , 'my_db' ); if ( mysqli_connect_errno ()) { throw new RuntimeException ( 'mysqli connection error: ' ... li , 'utf8mb4' ); if ( mysqli_errno ( $mysqli )) { throw new RuntimeException ( 'mysqli error: ' . mysqli_e ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
定数式における列挙型の値 5835
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における ... val ) { ... } public function offsetSet ( $val ) { throw new Exception (); } public function offsetUnset ( ... $val ) { throw new Exception (); } } class Foo { // これは、許され ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]
Registration 5774
« Componere\Definition::addProperty Componere\Definition::isRegistered » PHP Manual Componere\De ... ister the current Definition Exceptions 警告 Shall throw RuntimeException if Definition was registered 関連 ...
https://man.plustar.jp/php/componere-definition.register.html - [similar]
定義済み定数 5774
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... of object being created as the only argument ZEND_THROW ( int ) Invoked by the throw construct, receives t ... he class of exception being thrown as the only argument ZEND_FETCH_CLASS ( int ) Inv ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
Get Closures 5700
« Componere\Definition::getClosure Componere\Patch » PHP Manual Componere\Definition Get Closure ... s bound to the correct scope Exceptions 警告 Shall throw RuntimeException if Definition was registered 関連 ...
https://man.plustar.jp/php/componere-definition.getclosures.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT