update docs

This commit is contained in:
crazywhalecc
2020-12-25 16:53:44 +08:00
parent 747ecf28ea
commit 44979c670f
4 changed files with 155 additions and 2 deletions

View File

@@ -290,8 +290,9 @@ function bot() {
/**
* 获取同类型所有连接的文件描述符 ID
* @author 854854321
* @param string $type
* @return array
* @author 854854321
*/
function getAllFdByConnectType(string $type = 'default'): array {
$fds = [];