The Swoole\Timer class

Introduction

Class synopsis

Swoole\Timer
class Swoole\Timer {
/* Methods */
public static void after(int $after_time_ms, callable $callback)
public static void clear(int $timer_id)
public static bool exists(int $timer_id)
public static void tick(int $interval_ms, callable $callback, string $param = ?)
}
Table of Contents