Swoole\Table::decr

Decrement the value in the Swoole table by $row_key and $column_key.

Description

public ReturnType Swoole\Table::decr(string $key, string $column, int $decrby = ?)

Parameters

key

column

decrby

Return Values