mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 13:14:52 +08:00
954 B
954 B
ZM\Utils\ConnectionUtil
addConnection
public function addConnection(int $fd, array $handle): bool
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| fd | int | |
| handle | array |
返回
| 类型 | 描述 |
|---|---|
| bool |
setConnection
public function setConnection(int $fd, array $handle): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| fd | int | |
| handle | array |
返回
| 类型 | 描述 |
|---|---|
| void |
removeConnection
public function removeConnection(int $fd): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| fd | int |
返回
| 类型 | 描述 |
|---|---|
| void |