Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei5 committed Dec 4, 2014
1 parent 378a8ec commit cce1057
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/13.swoole_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ swoole_table->__construct(int $size)
```
**返回**:一个swoole_table对象。
**参数说明**
| 参数 | 说明 |
| -------- | -------- |
| string host | 监听的IP地址 |
| int port | 监听的端口号 |
| int mode | 运行模式 |
| int sock_type | 指定的socket类型 |
| 参数 | 说明 |
| -------- | -------- |
| int size | 表格的最大行数 |
使用示例:
```php
$table = new swoole_table(1024);
Expand Down

0 comments on commit cce1057

Please sign in to comment.