events.php 中可以加定时器么?

gmood1985

Events.php 中可以加定时器么 

case 'sendbao':
                // 判断是否有房间号
                if(!isset($message_data))
                {
                    throw new \Exception("\$message_data not set. client_ip:{$_SERVER} \$message:$message");
                }
                $room_id = $message_data;
                $new_message = array('type'=>$message_data,'count'=>$message_data, 'money'=>$message_data,'room_id'=>$room_id,'id'=>$message_data, 'time'=>date('Y-m-d H:i:s'));
                if($message_data =='1')
                {
                    Timer::add(1, function(){
                    return Gateway::sendToGroup($room_id ,json_encode($new_message));
                    } ,array(), false);
                }
                else
                {
                    return Gateway::sendToCurrentClient(json_encode($new_message));
                }
2392 1 0
1个回答

phpcreeper

可以使用定时器呢

  • 暂无评论
年代过于久远,无法发表回答
×
🔝