MongoDB\BSON\PackedArray::unserialize

Unserialize a BSON array

Description

final public void MongoDB\BSON\PackedArray::unserialize(string $data)

Parameters

data

The serialized MongoDB\BSON\PackedArray.

Return Values

No value is returned.

Errors/Exceptions

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

See Also