代码基本上是仿照文档写的。 $room_config=array(); $task = new Worker(); $task->count = 1; $task->onWorkerStart = function($task) { global $room_config; ReloadRoomConfig(); //定时检测房间设置 $check_room_interva...