From ada6352e0a41e81577bae634aa2df5a2ad7e9a5e Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Wed, 16 Sep 2009 13:21:46 +0000 Subject: [PATCH] added information about removing indices git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288377 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tokyo_tyrant/tokyotyranttable/setindex.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/tokyo_tyrant/tokyotyranttable/setindex.xml b/reference/tokyo_tyrant/tokyotyranttable/setindex.xml index b137841f5a..a3fb710408 100644 --- a/reference/tokyo_tyrant/tokyotyranttable/setindex.xml +++ b/reference/tokyo_tyrant/tokyotyranttable/setindex.xml @@ -15,7 +15,8 @@ inttype - Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_* constants + Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_* constants. + Passing TokyoTyrant::RDBIT_VOID removes the index.