Swoole\Table::incr
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Increment the value by $key and $column
Description
Swoole\Table::incr(string $key, string $column, [int $incrby]): int
Parameters
keyKey for the data.
columnSpecify the column name.
incrbyIncrement value.