MongoDB\BSON\Timestamp::unserialize

Unserialize a Timestamp

Beschreibung

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

Parameter-Liste

serialized

The serialized MongoDB\BSON\Timestamp.

Rückgabewerte

Returns the unserialized MongoDB\BSON\Timestamp.

Fehler/Exceptions

  • Throws MongoDB\Driver\InvalidArgumentException on argument parsing errors.
  • Throws MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. serialized was malformed).
  • Throws MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or invalid values).

Siehe auch