Php/docs/tokyotyranttable.setindex

来自菜鸟教程
跳转至:导航、​搜索

TokyoTyrantTable::setIndex

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::setIndexSets index


说明

public TokyoTyrantTable::setIndex ( string $column , int $type ) : mixed

Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_* constants. Passing TokyoTyrant::RDBIT_VOID removes the index.


参数

column
The name of the column
type
The index type


返回值

This method returns the current object and throws TokyoTyrantException on failure.