• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • TokyoTyrantTable::putShl()

    (PECL tokyo_tyrant >= 0.1.0)

    Concatenates to a record

    说明

    publicTokyoTyrantTable::putShl(string $key,string $value,int $width): void

    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