Bigint
final class Bigint implements Value, Numeric (View source)
A PHP representation of the CQL bigint
datatype
Methods
__construct(string $value)
Creates a new 64bit integer.
string
__toString()
Returns string representation of the integer value.
string
value()
Returns the integer value.
int
toInt()
No description
float
toDouble()
No description
Details
__construct(string $value)
Creates a new 64bit integer.
static Bigint
min()
Minimum possible Bigint value
static Bigint
max()
Maximum possible Bigint value
string
__toString()
Returns string representation of the integer value.
Type
type()
The type of this bigint.
string
value()
Returns the integer value.
Numeric
abs()
No description
Numeric
neg()
No description
Numeric
sqrt()
No description
int
toInt()
No description
float
toDouble()
No description