Swoole\Table::decr

Decrement the value in the Swoole table by $key and $column

Description

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

Parameters

key

Key of the data.

column

Specify the column name.

decrby

Decrement value.

Return Values