PHP 8.5.0 Beta 1 available for testing

Swoole\Table::decr

(PECL swoole >= 1.9.0)

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

Опис

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

Параметри

key

Key of the data.

column

Specify the column name.

decrby

Decrement value.

Значення, що повертаються

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top