MongoDB\BSON\Regex::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\Regex::unserializeUnserialize a Regex

说明

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

参数

serialized

The serialized MongoDB\BSON\Regex.

返回值

Returns the unserialized MongoDB\BSON\Regex.

错误/异常

参见

add a note add a note

User Contributed Notes

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