Cassandra\TimestampIntegrationTest::now PHP Method

now() private method

Get the current time in microseconds.
private now ( ) : integer
return integer Local unix time in microseconds
    private function now()
    {
        return round(microtime(true) * self::SECONDS_TO_MICROSECONDS);
    }