MongoDB\BSON\ObjectId::unserialize
(mongodb >=1.2.0)
MongoDB\BSON\ObjectId::unserialize — Unserialize an ObjectId
返回值
没有返回值。
错误/异常
- 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\ObjectId::serialize() - Serialize an ObjectId
- unserialize() - 从已存储的表示中创建 PHP 的值
- Serializing Objects
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-bson-objectid.unserialize.php