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

    (PECL tokyo_tyrant >= 0.1.0)

    Adds a record

    说明

    publicTokyoTyrantTable::add(string $key, mixed $increment[,string $type]): void

    This method is not supported with table databases.

    参数

    $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$incrementparameters type.

    返回值

    This method throws an TokyoTyrantException if used through this class.

    参见

    • TokyoTyrant::add() Adds to a numeric key