検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 2375 for new (0.035 sec.)
The ZMQContext class 3012
« ZMQ::__construct ZMQContext::__construct » PHP Manual 0MQ messaging The ZMQContext class The Z ... type , string $persistent_id = null , callable $on_new_socket = null ): ZMQSocket public isPersistent (): ... ntext } 目次 ZMQContext::__construct — Construct a new ZMQContext object ZMQContext::getOpt — Get context ... option ZMQContext::getSocket — Create a new socket ZMQContext::isPersistent — Whether the cont ... ード: ZMQContext , public , construct , persistent , new , int , option , setOpt , isPersistent , getSocket ...
https://man.plustar.jp/php/class.zmqcontext.html - [similar]
Close LOB object 3012
« cubrid_lob2_bind cubrid_lob2_export » PHP Manual CUBRID 関数 Close LOB object cubrid_lob2_clos ... used to close LOB object returned from cubrid_lob2_new() or got from the result set. パラメータ lob_ident ... ifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻り値 成功した場合に ... 、失敗した場合に false を返します。 参考 cubrid_lob2_new() - Create a lob object 関連キーワード: lob , cubr ... id , LOB , result , identifier , from , new , CUBRID , 参考 , 失敗 ...
https://man.plustar.jp/php/function.cubrid-lob2-close.html - [similar]
名前空間の使用法: エイリアス/インポート 3012
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使 ... ポートします use const My \ Full \ CONSTANT ; $obj = new namespace\ Another ; // foo\Another クラスのオブジ ... ェクトのインスタンスを作成します $obj = new Another ; // My\Full\Classname クラスのオブジェクト ... My\Full\NSname\subns\func 関数をコールします $a = new ArrayObject (array( 1 )); // ArrayObject クラスのオ ... Classname as Another , My \ Full \ NSname ; $obj = new Another ; // My\Full\Classname クラスのオブジェクト ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
変数のスコープ 3012
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... <?php function test_global_ref () { global $obj ; $new = new stdclass ; $obj = & $new ; } function test_g ... lobal_noref () { global $obj ; $new = new stdclass ; $obj = $new ; } test_global_ref ( ... ect: ' ; var_dump ( $obj ); if (!isset( $obj )) { $new = new stdclass ; // Assign a reference to the stat ... ic variable $obj = & $new ; } if (!isset( $obj -> property )) { $obj -> prop ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
AppendIterator を作成する 2985
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... pendIterator の foreach での使用例 <?php $pizzas = new ArrayIterator (array( 'Margarita' , 'Siciliana' , ... 'Hawaii' )); $toppings = new ArrayIterator (array( 'Cheese' , 'Anchovies' , 'Ol ... ives' , 'Pineapple' , 'Ham' )); $appendIterator = new AppendIterator ; $appendIterator -> append ( $pizz ... r API による AppendIterator の処理 <?php $pizzas = new ArrayIterator (array( 'Margarita' , 'Siciliana' , ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
The Set class 2985
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... Removes all values Ds\Set::__construct — Creates a new instance Ds\Set::contains — Determines if the set ... mber of values in the set Ds\Set::diff — Creates a new set using values that aren't in another set Ds\Set ... ::filter — Creates a new set using a callable to determine which values to ... lue at a given index Ds\Set::intersect — Creates a new set by intersecting values with another set Ds\Set ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
CSR を作成する 2985
« openssl_csr_get_subject openssl_csr_sign » PHP Manual OpenSSL 関数 CSR を作成する openssl_csr_ ... (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_csr_new — CSR を作成する 説明 openssl_csr_new ( array $dis ... enSSLCertificateSigningRequest | false openssl_csr_new() は、新しい CSR (Certificate Signing Request) を ... private_key private_key には、事前に openssl_pkey_new() (あるいはその他の openssl_pkey 系の関数)で作成 ... 開鍵の) キーペアを生成します $privkey = openssl_pkey_new (array( "private_key_bits" => 2048 , "private_key_ ...
https://man.plustar.jp/php/function.openssl-csr-new.html - [similar]
現在のストリームで使用する新しい bucket を作成する 2985
« stream_bucket_make_writeable stream_bucket_prepend » PHP Manual ストリーム 関数 現在のストリー ... ムで使用する新しい bucket を作成する stream_bucket_new (PHP 5, PHP 7, PHP 8) stream_bucket_new — 現在のス ... 使用する新しい bucket を作成する 説明 stream_bucket_new ( resource $stream , string $buffer ): object 警告 ... 関連キーワード: ストリーム , 作成 , stream , 使用 , new , 関数 , able , prepend , resource , string ...
https://man.plustar.jp/php/function.stream-bucket-new.html - [similar]
無名クラス 2985
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、 ... log ( $msg ) { echo $msg ; } } $util -> setLogger (new Logger ()); // 無名クラスを使う $util -> setLogger ... (new class { public function log ( $msg ) { echo $msg ; ... face SomeInterface {} trait SomeTrait {} var_dump (new class( 10 ) extends SomeClass implements SomeInter ... ) { return 3 ; } public function func2 () { return new class( $this -> prop ) extends Outer { private $pr ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
Construct a new Regex 2985
« MongoDB\BSON\Regex MongoDB\BSON\Regex::getFlags » PHP Manual MongoDB\BSON\Regex Construct a new ... 0.0) MongoDB\BSON\Regex::__construct — Construct a new Regex 説明 final public MongoDB\BSON\Regex::__cons ... B\BSON\Regex::__construct() example <?php $regex = new MongoDB \ BSON \ Regex ( '^foo' , 'i' ); var_dump ... 関連キーワード: Regex , BSON , flags , Construct , new , string , pattern , a , construct , Exception ...
https://man.plustar.jp/php/mongodb-bson-regex.construct.html - [similar]