検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1160 for Object (0.023 sec.)
Create a new ClientEncryption object 3375
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... ver\ClientEncryption Create a new ClientEncryption object MongoDB\Driver\ClientEncryption::__construct (mong ... ption::__construct — Create a new ClientEncryption object 説明 final public MongoDB\Driver\ClientEncryption: ... ) Constructs a new MongoDB\Driver\ClientEncryption object with the specified options. パラメータ options opt ... ClientEncryption() - Create a new ClientEncryption object » Explicit (Manual) Client-Side Field Level Encryp ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
このメソッドに動的に作成されたクロージャを返す 3375
« ReflectionMethod::export ReflectionMethod::getDeclaringClass » PHP Manual ReflectionMethod この ... を返す 説明 public ReflectionMethod::getClosure ( ? object $object = null ): Closure 警告 この関数は、 現在の ... ん。引数のリストのみが 記述されています。 パラメータ object staticメソッドの場合は不要、その他のメソッドの場合 ... は null を返します。 変更履歴 バージョン 説明 8.0.0 object は、nullable になりました。 関連キーワード: メソッ ...
https://man.plustar.jp/php/reflectionmethod.getclosure.html - [similar]
Check to see if the object is the first instance system-wide of named shared mem... 3375
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... e if the object is the first instance system-wide of named shared ... 1.0) SyncSharedMemory::first — Check to see if the object is the first instance system-wide of named shared ... m-wide first instance status of a SyncSharedMemory object. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
Adds a server alias to the HTTP server object 3352
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... r object EventHttp::addServerAlias (PECL event >= 1.4.0-bet ... rverAlias — Adds a server alias to the HTTP server object 説明 public EventHttp::addServerAlias ( string $al ... ias ): bool Adds a server alias to the HTTP server object. パラメータ alias The alias to add. 戻り値 成功した ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
Constructs EvStat watcher object 3352
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... 0) EvStat::__construct — Constructs EvStat watcher object 説明 public EvStat::__construct ( string $path , f ... ll , int $priority = 0 ) Constructs EvStat watcher object and starts the watcher automatically. パラメータ p ...
https://man.plustar.jp/php/evstat.construct.html - [similar]
MQSeries MQGET 3352
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... presents the connection to the queue manager. hObj Object handle. This handle represents the object to be us ... er holding the message that was retrieved from the object. data_length Actual buffer length compCode Complet ... to the testq queue mqseries_open ( $conn , array( 'ObjectName' => 'TESTQ' ), MQSERIES_MQOO_INPUT_AS_Q_DEF | ... $reason ); // $obj now holds the reference to the object (TESTQ) // setup empty message descriptor. $mdg = ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
比較演算子 3352
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... 3 ] <=> [ 1 , 2 , 4 ]; // -1 // オブジェクト $a = (object) [ "a" => "b" ]; $b = (object) [ "a" => "b" ]; ech ... o $a <=> $b ; // 0 $a = (object) [ "a" => "b" ]; $b = (object) [ "a" => "c" ]; ech ... o $a <=> $b ; // -1 $a = (object) [ "a" => "c" ]; $b = (object) [ "a" => "b" ]; ech ... は値だけではない; キーも一致しなければならない $a = (object) [ "a" => "b" ]; $b = (object) [ "b" => "b" ]; ech ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
Adds another field to the facet 3352
« SolrQuery::addFacetDateOther SolrQuery::addFacetQuery » PHP Manual SolrQuery Adds another fiel ... of the field 戻り値 Returns the current SolrQuery object, if the return value is used. 例 例1 SolrQuery::ad ... 上の例の出力は、 たとえば以下のようになります。 SolrObject Object ( [color] => SolrObject Object ( [blue] => ... ワード: SolrQuery , Adds , cet , addFacetField , SolrObject , Object , addFacetDateOther , addFacetQuery , pub ...
https://man.plustar.jp/php/solrquery.addfacetfield.html - [similar]
現在のストレージの要素を返す 3352
« SplObjectStorage::count SplObjectStorage::detach » PHP Manual SplObjectStorage 現在のストレージ ... の要素を返す SplObjectStorage::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) Spl ... rent — 現在のストレージの要素を返す 説明 public SplObjectStorage::current (): object 現在のストレージの要素を ... ェクトを返します。 変更履歴 バージョン 説明 8.1.0 SplObjectStorage::current() は、 現在の位置が不正な場合、 Er ... バージョンでは、 false を返していました。 例 例1 SplObjectStorage::current() の例 <?php $s = new SplObjectSto ...
https://man.plustar.jp/php/splobjectstorage.current.html - [similar]
Returns a sequence containing all the pairs of the map 3334
« Ds\Map::merge Ds\Map::put » PHP Manual Map Returns a sequence containing all the pairs of the ... ?> 上の例の出力は、 たとえば以下のようになります。 object(Ds\Map)#8 (3) { [0]=> object(Ds\Pair)#5 (2) { ["ke ... y"]=> string(1) "a" ["value"]=> int(1) } [1]=> object(Ds\Pair)#6 (2) { ["key"]=> string(1) "b" ["value"] ... => int(2) } [2]=> object(Ds\Pair)#7 (2) { ["key"]=> string(1) "c" ["value"] ...
https://man.plustar.jp/php/ds-map.pairs.html - [similar]