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

    (PECL tokyo_tyrant >= 0.1.0)

    Puts value

    说明

    publicTokyoTyrantTable::putNr(mixed $keys[,string $value]): void

    This method is not supported on table databases. Calling this method through TokyoTyrantTable is considered an error and an TokyoTyrantException will be thrown.

    参数

    $keys

    A string key or an array of key-value pairs

    $value

    The value in case a string key is used

    返回值

    This method is not supported on table databases. Calling this method through TokyoTyrantTable is considered an error and an TokyoTyrantException will be thrown.

    参见

    • TokyoTyrant::putNr() Puts value
    • TokyoTyrant::putKeep() Puts a record
    • TokyoTyrant::putCat() Concatenates to a record