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);
    }