HRTime\StopWatch::getLastElapsedTime

(PECL hrtime >= 0.4.3)

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

설명

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

Get elapsed time for the previously closed interval.

인수

unit

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

반환값

Returns float indicating elapsed time.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top