Int64
final class Int64 implements Type, JsonSerializable, Stringable (View source)
BSON type for a 64-bit integer.
Methods
__construct(string|int $value)
No description
static Int64
__set_state(array $properties)
No description
mixed
jsonSerialize()
Returns a representation that can be converted to JSON
string
__toString()
Returns the Symbol as a string
Details
final
__construct(string|int $value)
Since: 1.16.0
No description
static Int64
__set_state(array $properties)
No description
final mixed
jsonSerialize()
Returns a representation that can be converted to JSON
final string
__toString()
Returns the Symbol as a string