phpmock\functions\FixedMicrotimeFunction::getTime PHP 메소드

getTime() 공개 메소드

Returns the time without the microseconds.
public getTime ( ) : integer
리턴 integer The time.
    public function getTime()
    {
        return (int) $this->getMicrotime(true);
    }