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