Swoole\Table::decr
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Decrement the value in the Swoole table by $key and $column
Description
Swoole\Table::decr(string $key, string $column, [int $decrby]): int
Parameters
keyKey of the data.
columnSpecify the column name.
decrbyDecrement value.