Beispiel #1
0
 /**
  * 添加游戏中状态玩家
  * @param $uid
  */
 public static function addInGamePlayer($uid)
 {
     $uid = (int) $uid;
     RedisUtil::lPushxV(self::GAME_IN_PLAYERS, $uid);
 }