UI\Executor::setInterval

(PHP 7, UI 2.0.0)

UI\Executor::setIntervalInterval Manipulation

Opis

public UI\Executor::setInterval ( int $microseconds ) : bool
public UI\Executor::setInterval ( int $seconds , int $microseconds ) : bool

Shall set the new interval. An interval of 0 will pause the executor until a new interval has been set

Parametry

seconds

microseconds

Zwracane wartości

Indication of success

add a note add a note

User Contributed Notes

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