International PHP Conference Munich 2025

Swoole\Table::decr

(PECL swoole >= 1.9.0)

Swoole\Table::decrDecrement the value in the Swoole table by $row_key and $column_key.

说明

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

参数

key

Key of the data.

column

Specify the column name.

decrby

Increment value.

返回值

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top