Cassandra\TimestampIntegrationTest::now PHP Méthode

now() private méthode

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