parent root
PHP: MongoDB\BSON\Regex::unserialize - Manual

MongoDB\BSON\Regex::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\Regex::unserializeUnserialize a Regex

Description

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

Parameters

serialized

The serialized MongoDB\BSON\Regex.

Return Values

Returns the unserialized MongoDB\BSON\Regex.

Errors/Exceptions

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root