Method |
Description |
|
__construct ( integer $time = null, integer $usec = null ) |
Creates a new timestamp from either unix timestamp and microseconds or
from the current time by default. |
|
__toString ( ) : string |
Returns a string representation of this timestamp. |
|
microtime ( boolean $get_as_float = false ) : float | string |
Microtime from this timestamp |
|
time ( ) : integer |
Unix timestamp. |
|
toDateTime ( ) : DateTime |
Converts current timestamp to PHP DateTime. |
|
type ( ) : cassandra\Type |
The type of this timestamp. |
|