php8.5
Home/ Manual/ swoole / table/ Swoole\Table::incr

Swoole\Table::incr

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Increment the value by $key and $column

Description

Swoole\Table::incr(string $key, string $column, [int $incrby]): int

Parameters

key

Key for the data.

column

Specify the column name.

incrby

Increment value.

Return Values

Source: reference/swoole/swoole/table/incr.xml · from the official PHP manual (php/doc-en)