CakeFest 2024: The Official CakePHP Conference

MongoDB\BSON\Int64::unserialize

(mongodb >=1.5.0)

MongoDB\BSON\Int64::unserializeUnserialize an Int64

说明

final public MongoDB\BSON\Int64::unserialize(string $data): void

参数

data

The serialized MongoDB\BSON\Int64.

返回值

没有返回值。

错误/异常

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top