Swoole\Table::decr
PHP Manual
PHP Manual»Swoole\Table»Swoole\Table::decr

Swoole\Table::decr

(PECL swoole >= 1.9.0)

Swoole\Table::decrDecrement the value in the Swoole table by $key and $column

Beschreibung

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

Parameter-Liste

key

Key of the data.

column

Specify the column name.

decrby

Decrement value.

Rückgabewerte

To Top