Int64
final class Int64 implements Type, Serializable, JsonSerializable (View source)
BSON type for a 64-bit integer.
Methods
__construct(string|int $value)
No description
string|null
serialize()
Serialize an Int64
static
__set_state(array $properties)
No description
void
unserialize(string $data)
Unserialize an Int64
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
final string|null
serialize()
Serialize an Int64
static
__set_state(array $properties)
No description
final void
unserialize(string $data)
Unserialize an Int64
final mixed
jsonSerialize()
Returns a representation that can be converted to JSON
final string
__toString()
Returns the Symbol as a string