TokyoTyrantTable::add
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::add — Adds a record
Описание
public void TokyoTyrantTable::add
(
string $key
,
mixed $increment
[,
string $type
] )
Список параметров
-
key
-
The string key
-
increment
-
The amount to increment
-
type
-
TokyoTyrant::RDB_RECINT or TokyoTyrant::RDB_RECDBL constant.
If this parameter is omitted the type is guessed from the increment
parameters type.
Возвращаемые значения
This method throws an TokyoTyrantException if used through this class.