MongoDB\BSON\Regex::unserialize

Unserialize a Regex

Description

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

Parameters

serialized

The serialized MongoDB\BSON\Regex.

Return Values

Returns the unserialized MongoDB\BSON\Regex.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\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).

See Also