Results of 1 - 10 of about 53 for objectId (0.003 sec.)
- The MongoDB\BSON\ObjectId class 11609
- « MongoDB\BSON\MinKey::unserialize MongoDB\BSON\ObjectId::__construct » PHP Manual MongoDB\BSON
...
The MongoDB\BSON\ObjectId class The MongoDB\BSON\ObjectId class (mongodb >=1 ...
.0.0) はじめに BSON type for an » ObjectId . The value consists of 12 bytes, where the first ...
four bytes are a timestamp that reflect the ObjectId's creation. Specifically, the value consists of: a ...
e _id field, the driver automatically generates an ObjectId for the _id field. Using ObjectIds for the _id fie ...
-
https://man.plustar.jp/php/class.mongodb-bson-objectid.html
- [similar]
- Construct a new ObjectId 11311
- « MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C
...
onstruct a new ObjectId MongoDB\BSON\ObjectId::__construct (mongodb >=1.0. ...
0) MongoDB\BSON\ObjectId::__construct — Construct a new ObjectId 説明 final ...
public MongoDB\BSON\ObjectId::__construct ( string $id = ? ) パラメータ id ( st ...
ring. If not provided, the driver will generate an ObjectId. エラー / 例外 引数のパースに失敗した場合に MongoD ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html
- [similar]
- Returns the hexidecimal representation of this ObjectId 11252
- « MongoDB\BSON\ObjectId::serialize MongoDB\BSON\ObjectId::unserialize » PHP Manual MongoDB\BSON\
...
tId Returns the hexidecimal representation of this ObjectId MongoDB\BSON\ObjectId::__toString (mongodb >=1.0.0 ...
) MongoDB\BSON\ObjectId::__toString — Returns the hexidecimal representati ...
on of this ObjectId 説明 final public MongoDB\BSON\ObjectId::__toStrin ...
り値 Returns the hexidecimal representation of this ObjectId. 例 例1 MongoDB\BSON\ObjectId::__toString() exampl ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.tostring.html
- [similar]
- Returns the timestamp component of this ObjectId 11103
- « MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B
...
SON\ObjectId Returns the timestamp component of this ObjectId M ...
ongoDB\BSON\ObjectId::getTimestamp (mongodb >=1.2.0) MongoDB\BSON\Objec ...
imestamp — Returns the timestamp component of this ObjectId 説明 final public MongoDB\BSON\ObjectId::getTimest ...
amp (): int The timestamp component of an ObjectId is its most significant 32 bits, which denotes the ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html
- [similar]
- Serialize an ObjectId 10969
- « MongoDB\BSON\ObjectId::jsonSerialize MongoDB\BSON\ObjectId::__toString » PHP Manual MongoDB\BS
...
ON\ObjectId Serialize an ObjectId MongoDB\BSON\ObjectId::seria ...
lize (mongodb >=1.2.0) MongoDB\BSON\ObjectId::serialize — Serialize an ObjectId 説明 final publ ...
ic MongoDB\BSON\ObjectId::serialize (): string パラメータ この関数にはパラメ ...
the serialized representation of the MongoDB\BSON\ObjectId . エラー / 例外 引数のパースに失敗した場合に Mongo ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.serialize.html
- [similar]
- Unserialize an ObjectId 10805
- « MongoDB\BSON\ObjectId::__toString MongoDB\BSON\Regex » PHP Manual MongoDB\BSON\ObjectId Unseri
...
alize an ObjectId MongoDB\BSON\ObjectId::unserialize (mongodb >=1.2. ...
0) MongoDB\BSON\ObjectId::unserialize — Unserialize an ObjectId 説明 final ...
public MongoDB\BSON\ObjectId::unserialize ( string $serialized ): void パラメー ...
タ serialized The serialized MongoDB\BSON\ObjectId . 戻り値 値を返しません。 エラー / 例外 引数のパー ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.unserialize.html
- [similar]
- Returns a representation that can be converted to JSON 9391
- « MongoDB\BSON\ObjectId::getTimestamp MongoDB\BSON\ObjectId::serialize » PHP Manual MongoDB\BSON
...
\ObjectId Returns a representation that can be converted to ...
JSON MongoDB\BSON\ObjectId::jsonSerialize (mongodb >=1.2.0) MongoDB\BSON\Obje ...
e converted to JSON 説明 final public MongoDB\BSON\ObjectId::jsonSerialize (): mixed パラメータ この関数にはパ ...
n extended JSON representation of the MongoDB\BSON\ObjectId . 注意 : The output is consistent with the MongoDB ...
-
https://man.plustar.jp/php/mongodb-bson-objectid.jsonserialize.html
- [similar]
- SNMP オブジェクトを取得する 8945
- « SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP
...
トを取得する 説明 public SNMP::get ( array | string $objectId , bool $preserveKeys = false ): mixed objectId で指 ...
オブジェクトを GET クエリで取得します。 パラメータ objectId が文字列の場合は SNMP::get() は SNMP オブジェクトを ...
文字列で返します。 objectId が配列の場合は、要求されたすべての SNMP オブジェク ...
P オブジェクトの id とその値の連想配列で返します。 objectId SNMP オブジェクト (OID)。 preserveKeys objectId が ...
-
https://man.plustar.jp/php/snmp.get.html
- [similar]
- BSON type classes and serialization functions 8781
- « MongoDB\Driver\WriteResult::isAcknowledged 関数 » PHP Manual MongoDB BSON type classes and ser
...
y::unserialize — Unserialize a MinKey MongoDB\BSON\ObjectId — The MongoDB\BSON\ObjectId class MongoDB\BSON\Obj ...
ectId::__construct — Construct a new ObjectId MongoDB\BSON\ObjectId::getTimestamp — Returns the ...
timestamp component of this ObjectId MongoDB\BSON\ObjectId::jsonSerialize — Returns a r ...
ntation that can be converted to JSON MongoDB\BSON\ObjectId::serialize — Serialize an ObjectId MongoDB\BSON\Ob ...
-
https://man.plustar.jp/php/book.bson.html
- [similar]
- Add an insert operation to the bulk 8275
- « MongoDB\Driver\BulkWrite::delete MongoDB\Driver\BulkWrite::update » PHP Manual MongoDB\Driver\
...
he document did not have an _id , the MongoDB\BSON\ObjectId generated for the insert will be returned. エラー ...
the method only returned a value if a MongoDB\BSON\ObjectId was generated. 例 例1 MongoDB\Driver\BulkWrite::in ...
o' ]; $document3 = [ '_id' => new MongoDB \ BSON \ ObjectId , 'title' => 'three' ]; $_id1 = $bulk -> insert ( ...
たとえば以下のようになります。 object(MongoDB\BSON\ObjectId)#3 (1) { ["oid"]=> string(24) "54d51146bd21b914054 ...
-
https://man.plustar.jp/php/mongodb-driver-bulkwrite.insert.html
- [similar]