検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 198 for BSON (0.016 sec.)
Returns the increment component of this Timestamp 5563
« MongoDB\BSON\Timestamp::__construct MongoDB\BSON\Timestamp::getTimestamp » PHP Manual MongoDB\ ... the increment component of this Timestamp MongoDB\BSON\Timestamp::getIncrement (mongodb >=1.3.0) MongoDB\ ... ponent of this Timestamp 説明 final public MongoDB\BSON\Timestamp::getIncrement (): int The increment comp ... Although the increment and timestamp parts of the BSON timestamp type consists of two unsigned 32-bit val ... n\InvalidArgumentException をスローします。 参考 » BSON Types: Timestamps 関連キーワード: Timestamp , incr ...
https://man.plustar.jp/php/mongodb-bson-timestamp.getincrement.html - [similar]
Returns the timestamp component of this Timestamp 5563
« MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD ... B\BSON\Timestamp Returns the timestamp component of this ... Timestamp MongoDB\BSON\Timestamp::getTimestamp (mongodb >=1.3.0) MongoDB\ ... ponent of this Timestamp 説明 final public MongoDB\BSON\Timestamp::getTimestamp (): int The timestamp comp ... Although the increment and timestamp parts of the BSON timestamp type consists of two unsigned 32-bit val ...
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html - [similar]
Returns an object for BSON serialization 5379
« MongoDB\Driver\ServerApi MongoDB\Driver\ServerApi::__construct » PHP Manual MongoDB\Driver\Ser ... verApi Returns an object for BSON serialization MongoDB\Driver\ServerApi::bsonSerial ... ize (mongodb >=1.10.0) MongoDB\Driver\ServerApi::bsonSerialize — Returns an object for BSON serializatio ... n 説明 final public MongoDB\Driver\ServerApi::bsonSerialize (): object パラメータ この関数にはパラメー ... Returns an object for serializing the ServerApi as BSON. エラー / 例外 引数のパースに失敗した場合に MongoD ...
https://man.plustar.jp/php/mongodb-driver-serverapi.bsonserialize.html - [similar]
Returns an array of information describing this server 5088
« MongoDB\Driver\Server::getHost MongoDB\Driver\Server::getLatency » PHP Manual MongoDB\Driver\S ... sion"]=> array(2) { ["processId"]=> object(MongoDB\BSON\ObjectId)#4 (1) { ["oid"]=> string(24) "617b6d696a ... "localhost:27017" ["electionId"]=> object(MongoDB\BSON\ObjectId)#5 (1) { ["oid"]=> string(24) "7fffffff00 ... { ["opTime"]=> array(2) { ["ts"]=> object(MongoDB\BSON\Timestamp)#6 (2) { ["increment"]=> string(1) "1" [ ... "t"]=> int(1) } ["lastWriteDate"]=> object(MongoDB\BSON\UTCDateTime)#7 (1) { ["milliseconds"]=> string(13) ...
https://man.plustar.jp/php/mongodb-driver-server.getinfo.html - [similar]
Sets a type map to use for BSON unserialization 5045
« MongoDB\Driver\CursorInterface::isDead MongoDB\Driver\CursorInterface::toArray » PHP Manual Mo ... \Driver\CursorInterface Sets a type map to use for BSON unserialization MongoDB\Driver\CursorInterface::se ... Interface::setTypeMap — Sets a type map to use for BSON unserialization 説明 abstract public MongoDB\Drive ... pe map configuration to use when unserializing the BSON results into PHP values. パラメータ typeMap ( arra ... \Cursor::setTypeMap() - Sets a type map to use for BSON unserialization Persisting Data 関連キーワード: Se ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.settypemap.html - [similar]
Sets a type map to use for BSON unserialization 4884
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Curso ... r Sets a type map to use for BSON unserialization MongoDB\Driver\Cursor::setTypeMap ... er\Cursor::setTypeMap — Sets a type map to use for BSON unserialization 説明 final public MongoDB\Driver\C ... pe map configuration to use when unserializing the BSON results into PHP values. パラメータ typeMap ( arra ... nnot be instantiated or does not implement MongoDB\BSON\Unserializable . 例 例1 MongoDB\Driver\Cursor::set ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
Add an insert operation to the bulk 4830
« MongoDB\Driver\BulkWrite::delete MongoDB\Driver\BulkWrite::update » PHP Manual MongoDB\Driver\ ... If the document did not have an _id , the MongoDB\BSON\ObjectId generated for the insert will be returned ... sly, the method only returned a value if a MongoDB\BSON\ObjectId was generated. 例 例1 MongoDB\Driver\Bulk ... => 'two' ]; $document3 = [ '_id' => new MongoDB \ BSON \ ObjectId , 'title' => 'three' ]; $_id1 = $bulk - ... 力は、 たとえば以下のようになります。 object(MongoDB\BSON\ObjectId)#3 (1) { ["oid"]=> string(24) "54d51146bd ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.insert.html - [similar]
Serialization and deserialization of PHP variables into MongoDB 4754
« Connections Serialization to BSON » PHP Manual Driver Architecture and Internals Serialization ... f PHP variables into MongoDB 目次 Serialization to BSON Deserialization from BSON This document discusses ... o PHP land. 関連キーワード: Serialization , into , BSON , deserialization , variables , how , Connections ...
https://man.plustar.jp/php/mongodb.persistence.html - [similar]
The MongoDB\Driver\Cursor class 4636
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... ようになります。 stdClass Object ( [_id] => MongoDB\BSON\ObjectId Object ( [oid] => 5a4cff2f122d3321565d8cc ... nce] => 2.766 ) stdClass Object ( [_id] => MongoDB\BSON\ObjectId Object ( [oid] => 5a4cff2f122d3321565d8cc ... ulkWrite -> insert ([ 'createdAt' => new MongoDB \ BSON \ UTCDateTime ]); $manager -> executeBulkWrite ( ' ... エラー / 例外 When iterating over the cursor object, BSON data is converted into PHP variables. This iterati ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
The MongoDB\Driver\WriteConcern class 4474
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual ... ass MongoDB\Driver\WriteConcern implements MongoDB\BSON\Serializable , Serializable { /* Constants */ cons ... AJORITY = "majority" ; /* メソッド */ final public bsonSerialize (): object final public __construct ( str ... | null final public getWtimeout (): int | MongoDB\BSON\Int64 final public isDefault (): bool final public ... rializable . PECL mongodb 1.2.0 Implements MongoDB\BSON\Serializable . 目次 MongoDB\Driver\WriteConcern::b ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]