class Timeuuid
A PHP representation of the CQL timeuuid
datatype
Implements
Methods
__construct
(int
$timestamp = null )
Creates a timeuuid from a given timestamp or current time.
Cassandra\Type
type
( )The type of this timeuuid.
string
__toString
( )Returns this timeuuid as string.
string
uuid
( )Returns this timeuuid as string.
int
version
( )Returns the version of this timeuuid.
int
time
( )Unix timestamp.
DateTime
toDateTime
( )Converts current timeuuid to PHP DateTime.