IntervalTimer
A timer that periodically interrupts a request thread
Interface Synopsis
class IntervalTimer {...}
Public Methods
->__construct(double $interval, float $initial, mixed $callback)
Create a new interval timer->start(): void
Start the timer->stop(): void
Stop the timer