Php/docs/mongodb-bson-timestamp.unserialize

From Get docs

MongoDB\BSON\Timestamp::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\Timestamp::unserializeUnserialize a Timestamp


Description

final public MongoDB\BSON\Timestamp::unserialize ( string $serialized ) : void

Parameters

serialized
The serialized MongoDB\BSON\Timestamp.


Return Values

Returns the unserialized MongoDB\BSON\Timestamp.


Errors/Exceptions


See Also