Cassandra\Timestamp::microtime PHP Method

microtime() public method

Microtime from this timestamp
See also: microtime
public microtime ( boolean $get_as_float = false ) : float | string
$get_as_float boolean Whether to get this value as float
return float | string Float or string representation
    public function microtime($get_as_float = false)
    {
    }