|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
静态 Public 成员函数 | |
| static | addConnection (int $fd, array $handle=[]) |
| static | setConnection (int $fd, array $handle) |
| static | removeConnection (int $fd) |
| static | getConnection (int $fd) |
静态 Public 属性 | |
| static int | $connection_count = 0 |
|
static |
添加连接元信息
| int | $fd | WS 连接 ID |
| array | $handle | WS 连接元信息 |
|
static |
获取记录连接内容的特殊信息
| int | $fd | WS 连接 ID |
|
static |
删除连接元信息
| int | $fd | WS 连接 ID |
|
static |
更改、覆盖或合并连接元信息
| int | $fd | WS 连接 ID |
| array | $handle | WS 连接元信息 |
|
static |