Cassandra\TimestampIntegrationTest::now PHP 메소드

now() 개인적인 메소드

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