©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::setIndex — Sets index
$column
, int $type
)
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.