mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 21:24:52 +08:00
25 lines
485 B
Markdown
25 lines
485 B
Markdown
# ZM\Event\SwooleEvent\OnMessage
|
|
|
|
## registerRequestContainerBindings
|
|
|
|
```php
|
|
public function registerRequestContainerBindings(Swoole\WebSocket\Frame $frame, ZM\ConnectionManager\ConnectionObject $conn): void
|
|
```
|
|
|
|
### 描述
|
|
|
|
注册请求容器绑定
|
|
|
|
### 参数
|
|
|
|
| 名称 | 类型 | 描述 |
|
|
| -------- | ---- | ----------- |
|
|
| frame | Swoole\WebSocket\Frame | |
|
|
| conn | ZM\ConnectionManager\ConnectionObject | |
|
|
|
|
### 返回
|
|
|
|
| 类型 | 描述 |
|
|
| ---- | ----------- |
|
|
| void | |
|