Tinyint
final class Tinyint implements Value, Numeric (View source)
A PHP representation of the CQL tinyint
datatype.
Methods
__construct(int|float|string $value)
Creates a new 8-bit signed integer.
string
__toString()
No description
int
value()
Returns the integer value.
int
toInt()
No description
float
toDouble()
No description
Details
__construct(int|float|string $value)
Creates a new 8-bit signed integer.
static Tinyint
min()
Minimum possible Tinyint value
static Tinyint
max()
Maximum possible Tinyint value
string
__toString()
No description
Type
type()
The type of this value (tinyint).
int
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