MongoDB\BSON\Int64::unserialize
(mongodb >=1.5.0)
MongoDB\BSON\Int64::unserialize — Unserialize an Int64
返回值
没有返回值。
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
 - Throws MongoDB\Driver\Exception\UnexpectedValueException if the properties cannot be unserialized (i.e. 
serializedwas malformed). - Throws MongoDB\Driver\Exception\InvalidArgumentException if the properties are invalid (e.g. missing fields or invalid values).
 
参见
- MongoDB\BSON\Int64::serialize() - Serialize an Int64
 - unserialize() - 从已存储的表示中创建 PHP 的值
 - Serializing Objects
 
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-bson-int64.unserialize.php