HRTime\StopWatch
PHP Manual

HRTime\StopWatch::getLastElapsedTime

(PECL hrtime >= 0.4.3)

HRTime\StopWatch::getLastElapsedTimeGet elapsed time for the last interval.

Beschreibung

public float HRTime\StopWatch::getLastElapsedTime ([ integer $unit ] )

Get elapsed time for the previously closed interval.

Parameter-Liste

unit

Time unit represented by a HRTime\Unit constant. Default is HRTime\Unit::SECOND.

Rückgabewerte

Returns float indicating elapsed time.


HRTime\StopWatch
PHP Manual