MongoDB\BSON\Regex::unserialize
(mongodb >=1.2.0)
MongoDB\BSON\Regex::unserialize — Unserialize a Regex
说明
final
public
MongoDB\BSON\Regex::unserialize (
string
$serialized
) :
void
返回值
Returns the unserialized MongoDB\BSON\Regex.
错误/异常
- 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).
参见
- MongoDB\BSON\Regex::serialize() - Serialize a Regex
- unserialize() - 从已存储的表示中创建 PHP 的值
- Serializing Objects