検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 642 for Exception (0.040 sec.)
Create a new encryption data key 3299
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws M ... ongoDB\Driver\Exception\EncryptionException if an error occurs while creat ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
ReflectionClass を作成する 3299
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... リフレクションするクラスが存在しない場合、 ReflectionException がスローされます。 例 例1 ReflectionClass の基本的 ... <?php Reflection :: export (new ReflectionClass ( 'Exception' )); ?> 上の例の出力は、 たとえば以下のようになりま ... す。 Class [ <internal:Core> class Exception ] { - Constants [0] { } - Static properties [0] { ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 3299
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass R ... の例 <?php $reflectionClass = new ReflectionClass ( 'Exception' ); echo $reflectionClass -> __toString (); ?> 上の ... 出力は以下となります。 Class [ <internal:Core> class Exception ] { - Constants [0] { } - Static properties [0] { ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
ベンダー固有のモジュール 3299
« PDO::sqliteCreateFunction CUBRID » PHP Manual データベース関連 ベンダー固有のモジュール ベンダ ... ng classes and subscriber functions MongoDB\Driver\ExceptionException classes MySQL — MySQL ドライバおよびプ ...
https://man.plustar.jp/php/refs.database.vendors.html - [similar]
例外のスローのオン/オフを切り替える 3299
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... を切り替える Yaf_Dispatcher::throwException (Yaf >=1.0.0) Yaf_Dispatcher::throwException — 例外 ... /オフを切り替える 説明 public Yaf_Dispatcher::throwException ( bool $flag = ? ): Yaf_Dispatcher 予期せぬエラーが ... ローするようになります。 application.dispatcher.throwException を使って同じ設定をすることもできます。 パラメータ ... flag bool 戻り値 例 例1 Yaf_Dispatcher::throwexception() の例 <?php $config = array( 'application' => arr ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
The MongoDB\Driver\Cursor class 3285
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... on the cursor with a second foreach would throw an exception, since PHP attempts to rewind the cursor. Similar ... variables. This iteration can cause the following Exceptions: Throws MongoDB\Driver\Exception\InvalidArgumentE ... ongoDB\BSON\Unserializable . Throws MongoDB\Driver\Exception\UnexpectedValueException if the input did not cont ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
The MongoDB\Driver\ServerApi class 3285
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... 'admin' , $command ); } catch( MongoDB \ Driver \ Exception $e ) { echo $e -> getMessage (), "\n" ; exit; } /* ... 'admin' , $command ); } catch( MongoDB \ Driver \ Exception $e ) { echo $e -> getMessage (), "\n" ; exit; } /* ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
variants を整数に変換し、除算の結果を返す 3285
« variant_get_type variant_imp » PHP Manual COM関数 variants を整数に変換し、除算の結果を返す va ... らか一方が NULL NULL が返される 両者ともに空の値 com_exception コード DISP_E_DIVBYZERO がスローされる エラー / 例 ... 外 失敗時に com_exception をスローします。 参考 variant_div() - 2 つの varia ...
https://man.plustar.jp/php/function.variant-idiv.html - [similar]
定数式における列挙型の値 3285
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における ... . } public function offsetSet ( $val ) { throw new Exception (); } public function offsetUnset ( $val ) { throw ... new Exception (); } } class Foo { // これは、許されています。 co ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]
Create a new ClientEncryption object 3285
« MongoDB\Driver\Manager::__construct MongoDB\Driver\Manager::executeBulkWrite » PHP Manual Mong ... / 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 Throws M ... ongoDB\Driver\Exception\RuntimeException if the extension was compiled wit ...
https://man.plustar.jp/php/mongodb-driver-manager.createclientencryption.html - [similar]