検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 3128 for the (0.209 sec.)
The Hashable interface 2466
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... The Hashable interface (No version information availab ... icit definition would not treated as equal because they are not the same instance. hash() is used to retu ... rn a scalar value to be used as the object's hash value, which determines where it goe ... s in the hash table. While this value does not have to be u ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
The GearmanClient class 2466
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... an The GearmanClient class The GearmanClient class (PECL ... equests to perform some function on provided data. The function performed must be one registered by a Gea ... rman worker and the data passed is opaque to the job server. クラス概要 ... ons GearmanClient::addServer — Add a job server to the client GearmanClient::addServers — Add a list of j ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
The MongoDB\BSON\Persistable interface 2466
« MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persist ... able interface The MongoDB\BSON\Persistable interface (mongodb >=1.0. ... utomatic ODM (object document mapping) behavior in the driver. During serialization, the driver will inje ... ct a __pclass property containing the PHP class name into the data returned by MongoDB\B ... lizable::bsonSerialize() . During unserialization, the same __pclass property will then be used to infer ...
https://man.plustar.jp/php/class.mongodb-bson-persistable.html - [similar]
The MongoDB\Driver\ServerApi class 2466
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... MongoDB\Driver The MongoDB\Driver\ServerApi class The MongoDB\Driver\ ... $e ) { echo $e -> getMessage (), "\n" ; exit; } /* The buildInfo command returns a single result document ... , so we need to access * the first result in the cursor. */ $buildInfo = $curso ... 8ca0 例2 Declare a strict API version on a manager The following example sets the strict flag, which tell ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
The MongoDB\Driver\WriteConcern class 2466
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual ... MongoDB\Driver The MongoDB\Driver\WriteConcern class The MongoDB\Driv ... .0) はじめに MongoDB\Driver\WriteConcern describes the level of acknowledgement requested from MongoDB fo ... s. In sharded clusters, mongos instances will pass the write concern on to the shards. クラス概要 final c ... goDB\Driver\WriteConcern::MAJORITY Majority of all the members in the set; arbiters, non-voting members, ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]
Reduces the deque to a single value using a callback function 2466
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ... duce (PECL ds >= 1.0.0) Ds\Deque::reduce — Reduces the deque to a single value using a callback function ... le $callback , mixed $initial = ? ): mixed Reduces the deque to a single value using a callback function. ... lback ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial ... if it's the first iteration. value The value of the current it ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
Removes and returns a value by key 2466
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... lue by key, or return an optional default value if the key could not be found. 注意 : Keys of type object ... ments Ds\Hashable , equality will be determined by the object's equals function. If an object does not im ... lement Ds\Hashable , objects must be references to the same instance to be considered equal. 注意 : You c ... syntax. Scalar keys will be coerced to integers by the engine. For example, $map["1"] will attempt to acc ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Reduces the sequence to a single value using a callback function 2466
« Ds\Sequence::push Ds\Sequence::remove » PHP Manual Sequence Reduces the sequence to a single v ... e (PECL ds >= 1.0.0) Ds\Sequence::reduce — Reduces the sequence to a single value using a callback functi ... le $callback , mixed $initial = ? ): mixed Reduces the sequence to a single value using a callback functi ... lback ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial ... if it's the first iteration. value The value of the current it ...
https://man.plustar.jp/php/ds-sequence.reduce.html - [similar]
Reduces the set to a single value using a callback function 2466
« Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba ... reduce (PECL ds >= 1.0.0) Ds\Set::reduce — Reduces the set to a single value using a callback function 説 ... le $callback , mixed $initial = ? ): mixed Reduces the set to a single value using a callback function. パ ... lback ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial ... if it's the first iteration. value The value of the current it ...
https://man.plustar.jp/php/ds-set.reduce.html - [similar]
Reduces the vector to a single value using a callback function 2466
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... uce (PECL ds >= 1.0.0) Ds\Vector::reduce — Reduces the vector to a single value using a callback function ... le $callback , mixed $initial = ? ): mixed Reduces the vector to a single value using a callback function ... lback ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial ... if it's the first iteration. value The value of the current it ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]