PHP 8.4.6 Released!

HRTime\StopWatch::isRunning

(PECL hrtime >= 0.4.3)

HRTime\StopWatch::isRunningWhether the measurement is running

Description

public HRTime\StopWatch::isRunning(): bool

Reveals whether the measurement was started.

Parameters

This function has no parameters.

Return Values

Returns bool indicating whether the measurement is running.

User Contributed Notes

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