MongoDB\BSON\Int64::unserialize
Unserialize an Int64
説明
final public void MongoDB\BSON\Int64::unserialize(string $data
)
パラメータ
-
data
-
The serialized MongoDB\BSON\Int64.
エラー / 例外
- 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).