Php/docs/mongodb-bson-decimal128.unserialize
来自菜鸟教程
MongoDB\BSON\Decimal128::unserialize
(mongodb >=1.2.0)
MongoDB\BSON\Decimal128::unserialize — Unserialize a Decimal128
说明
final public MongoDB\BSON\Decimal128::unserialize
( string $serialized
) : void
错误/异常
- 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\Decimal128::serialize() - Serialize a Decimal128
- unserialize() - 从已存储的表示中创建 PHP 的值
- Serializing Objects