Timer
class Timer (View source)
Methods
static void
set(array $settings)
No description
static int
tick(int $ms, callable $callback, ...$params)
No description
static int
after(int $ms, callable $callback, ...$params)
No description
static bool
exists(int $timer_id)
No description
static array
info(int $timer_id)
No description
static array
stats()
No description
static Iterator
list()
No description
static bool
clear(int $timer_id)
No description
static bool
clearAll()
No description
Details
static void
set(array $settings)
No description
static int
tick(int $ms, callable $callback, ...$params)
No description
static int
after(int $ms, callable $callback, ...$params)
No description
static bool
exists(int $timer_id)
No description
static array
info(int $timer_id)
No description
static array
stats()
No description
static Iterator
list()
No description
static bool
clear(int $timer_id)
No description
static bool
clearAll()
No description