MongoDB\BSON\UTCDateTime::unserialize
Unserialize a UTCDateTime
Beschreibung
final public void MongoDB\BSON\UTCDateTime::unserialize
( string $serialized
)
Parameter-Liste
-
serialized
-
The serialized MongoDB\BSON\UTCDateTime.
Rückgabewerte
Returns the unserialized MongoDB\BSON\UTCDateTime.
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).