update api docs

This commit is contained in:
Github Build Bot
2022-04-15 15:08:34 +00:00
parent f4d75e211f
commit 6d23e489aa
10 changed files with 1195 additions and 5 deletions

View File

@@ -15,3 +15,26 @@ public function loadAnnotations(): mixed
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## registerWorkerContainerBindings
```php
public function registerWorkerContainerBindings(Swoole\WebSocket\Server $server): void
```
### 描述
注册进程容器绑定
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| server | Swoole\WebSocket\Server | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| void | |