We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378a8ec commit cce1057Copy full SHA for cce1057
doc/13.swoole_table.md
@@ -22,12 +22,9 @@ swoole_table->__construct(int $size)
22
```
23
**返回**:一个swoole_table对象。
24
**参数说明**:
25
-| 参数 | 说明 |
26
-| -------- | -------- |
27
-| string host | 监听的IP地址 |
28
-| int port | 监听的端口号 |
29
-| int mode | 运行模式 |
30
-| int sock_type | 指定的socket类型 |
+| 参数 | 说明 |
+| -------- | -------- |
+| int size | 表格的最大行数 |
31
使用示例:
32
```php
33
$table = new swoole_table(1024);
0 commit comments