Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cce1057

Browse files
author
zhanglei5
committedDec 4, 2014
table
1 parent 378a8ec commit cce1057

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

‎doc/13.swoole_table.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ swoole_table->__construct(int $size)
2222
```
2323
**返回**:一个swoole_table对象。
2424
**参数说明**
25-
| 参数 | 说明 |
26-
| -------- | -------- |
27-
| string host | 监听的IP地址 |
28-
| int port | 监听的端口号 |
29-
| int mode | 运行模式 |
30-
| int sock_type | 指定的socket类型 |
25+
| 参数 | 说明 |
26+
| -------- | -------- |
27+
| int size | 表格的最大行数 |
3128
使用示例:
3229
```php
3330
$table = new swoole_table(1024);

0 commit comments

Comments
 (0)
Please sign in to comment.