class Varint
A PHP representation of the CQL varint
datatype
Implements
Methods
__construct
(string
$value )
Creates a new variable length integer.
string
__toString
( )Returns the integer value.
Cassandra\Type
type
( )The type of this varint.
string
value
( )Returns the integer value.
Cassandra\Numeric
abs
( )Cassandra\Numeric
neg
( )Cassandra\Numeric
sqrt
( )int
toInt
( )float