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

# 函数列表

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

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

0 comments on commit 0dc2610

Please sign in to comment.