HRTime\StopWatch::isRunning

(PECL hrtime >= 0.4.3)

HRTime\StopWatch::isRunningWhether the measurement is running

Açıklama

publicHRTime\StopWatch::isRunning(): bool

Reveals whether the measurement was started.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns bool indicating whether the measurement is running.

To Top