PHP 获取 QQ群 bkn 参数 作者: Chuwen 时间: 2018-11-15 分类: PHP 2 条评论 ## 由于项目需求,需要获得 QQ 群成员的信息,所以便使用 Google 找到了这个开源项目: > GitHub 项目地址:https://github.com/nasaplayer/getCurrentQQGroupList ## 由于我只需要 `bkn` 的计算代码,所以我就提取出来了 > 这个计算方法的位置在:https://github.com/nasaplayer/getCurrentQQGroupList/blob/master/v3/getCurrentQQ.class.php > 第 177 行 ```