示例代码:
//swool 毫秒级定时器 //每隔2000ms触发一次 swoole_timer_tick(2000, function ($timer_id) { echo "tick-2000ms\n"; });
执行效果:
Swool,毫秒级,定时器