Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16341 программист и 1790 роботов. Сейчас ищут 1908 программистов ...
TokyoTyrantTable::putShl - Concatenates to a record
Вернуться к: TokyoTyrantTable
TokyoTyrantTable::putShl
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::putShl — Concatenates to a record
Описание
public void TokyoTyrantTable::putShl
( string
$key
, string $value
, int $width
)This method is not supported on table databases. Calling this method through TokyoTyrantTable is considered an error and an TokyoTyrantException will be thrown.
Список параметров
-
key
-
A string key
-
value
-
The value to concatenate
-
width
-
The width of the record
Возвращаемые значения
This method is not supported on table databases.
Смотрите также
- TokyoTyrant::put() - Puts values
- TokyoTyrant::putKeep() - Puts a record
- TokyoTyrant::putCat() - Concatenates to a record
- TokyoTyrantTable::put() - Store a row
- TokyoTyrantTable::putKeep() - Put a new record
- TokyoTyrantTable::putCat() - Concatenates to a row
Вернуться к: TokyoTyrantTable