検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 2375 for new (0.040 sec.)
Create a new Command 3237
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... .0) MongoDB\Driver\Command::__construct — Create a new Command 説明 final public MongoDB\Driver\Command:: ... ocument , array $commandOptions = ? ) Constructs a new MongoDB\Driver\Command , which is an immutable val ... er\Command::__construct() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://localhost: ... 27017" ); $command = new MongoDB \ Driver \ Command (array( "buildinfo" => ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
Create a new ReadPreference 3237
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... ual MongoDB\Driver\ReadPreference Create a new ReadPreference MongoDB\Driver\ReadPreference::__co ... goDB\Driver\ReadPreference::__construct — Create a new ReadPreference 説明 final public MongoDB\Driver\Re ... s = null , array $options = array() ) Constructs a new MongoDB\Driver\ReadPreference , which is an immuta ... dary node but fall back to a primary. */ var_dump (new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
Construct a new Font Descriptor 3237
« UI\Draw\Text\Font\Descriptor UI\Draw\Text\Font\Descriptor::getFamily » PHP Manual UI\Draw\Text ... \Font\Descriptor Construct a new Font Descriptor UI\Draw\Text\Font\Descriptor::__co ... aw\Text\Font\Descriptor::__construct — Construct a new Font Descriptor 説明 public UI\Draw\Text\Font\Desc ... Draw\Text\Font\Stretch::Normal ) Shall construct a new Font Descriptor パラメータ family The name of a va ... onstant 関連キーワード: Font , Descriptor , Text , new , Construct , construct , size , int , constant , ...
https://man.plustar.jp/php/ui-draw-text-font-descriptor.construct.html - [similar]
Create a lob object 3211
« cubrid_lob2_import cubrid_lob2_read » PHP Manual CUBRID 関数 Create a lob object cubrid_lob2_new ... ew (PECL CUBRID >= 8.4.1) cubrid_lob2_new — Create a lob object 説明 cubrid_lob2_new ( resou ... string $type = "BLOB" ): resource The cubrid_lob2_new() function is used to create a lob object (both BL ... 関連キーワード: lob , cubrid , identifier , BLOB , new , conn , CLOB , function , type , resource ...
https://man.plustar.jp/php/function.cubrid-lob2-new.html - [similar]
型演算子 3211
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数 ... <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanceof MyClass ); var_ ... ass { } class MyClass extends ParentClass { } $a = new MyClass ; var_dump ( $a instanceof MyClass ); var_ ... かどうかを調べる方法 <?php class MyClass { } $a = new MyClass ; var_dump (!( $a instanceof stdClass )); ... { } class MyClass implements MyInterface { } $a = new MyClass ; var_dump ( $a instanceof MyClass ); var_ ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
Construct a new Javascript 3211
« MongoDB\BSON\Javascript MongoDB\BSON\Javascript::getCode » PHP Manual MongoDB\BSON\Javascript ... Construct a new Javascript MongoDB\BSON\Javascript::__construct (m ... MongoDB\BSON\Javascript::__construct — Construct a new Javascript 説明 final public MongoDB\BSON\Javascri ... ON\Javascript::__construct() example <?php $code = new MongoDB \ BSON \ Javascript ( 'function() { return ... 1; }' ); var_dump ( $code ); $codews = new MongoDB \ BSON \ Javascript ( 'function() { return ...
https://man.plustar.jp/php/mongodb-bson-javascript.construct.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 3211
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... te2" , "test3" , "test4" ), "test5" ); $iterator = new RecursiveArrayIterator ( $array ); $filter = new T ... estsOnlyFilter ( $iterator ); foreach(new RecursiveIteratorIterator ( $filter ) as $key => $ ... === 0 ; } public function getChildren () { return new self ( $this -> getInnerIterator ()-> getChildren ... te2" , "test3" , "test4" ), "test5" ); $iterator = new RecursiveArrayIterator ( $array ); $filter = new S ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
Creates a new FFI object 3188
« FFI::cast FFI::free » PHP Manual FFI Creates a new FFI object FFI::cdef (PHP 7 >= 7.4.0, PHP 8 ... ) FFI::cdef — Creates a new FFI object 説明 public static FFI::cdef ( string $ ... code = "" , ? string $lib = null ): FFI Creates a new FFI object. パラメータ code A string containing a ... ョン 説明 8.0.0 lib is nullable now. 関連キーワード: new , string , Creates , cdef , symbols , not , 注意 , ...
https://man.plustar.jp/php/ffi.cdef.html - [similar]
新規に秘密鍵を生成する 3188
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成す ... る openssl_pkey_new (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey ... _new — 新規に秘密鍵を生成する 説明 openssl_pkey_new ( ? ... null ): OpenSSLAsymmetricKey | false openssl_pkey_new() は、 新しい秘密鍵を生成します。 鍵の公開部を取得 ... します。 options の詳細な情報については openssl_csr_new() を参照ください。 戻り値 成功した場合に、 OpenSSL ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
Construct a new Timestamp 3188
« MongoDB\BSON\Timestamp MongoDB\BSON\Timestamp::getIncrement » PHP Manual MongoDB\BSON\Timestam ... p Construct a new Timestamp MongoDB\BSON\Timestamp::__construct (mon ... MongoDB\BSON\Timestamp::__construct — Construct a new Timestamp 説明 final public MongoDB\BSON\Timestamp ... imestamp::__construct() example <?php $timestamp = new MongoDB \ BSON \ Timestamp ( 1234 , 5678 ); ?> 上の ... mps 関連キーワード: Timestamp , BSON , Construct , new , int , a , construct , increment , timestamp , bi ...
https://man.plustar.jp/php/mongodb-bson-timestamp.construct.html - [similar]