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 d1065c9 commit a17ed7d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/13.swoole_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ swoole_table 目前只支持以下3种类型,个人感觉有点儿类似于表

# 函数列表

## [__construct](#swoole_table__construct)
## [__construct](#__construct)
## [column](#column)
## [create](#create)
## [set](#set)
## [get](#get)
## [del](#del)
## [lock](#lock)
## [unlock](#unlock)

## __construct
**功能描述**:内存表构造函数,创建内存表对象对象。
**函数原型**
```php
Expand Down

0 comments on commit a17ed7d

Please sign in to comment.