CakeFest 2024: The Official CakePHP Conference

Swoole\Table::incr

(PECL swoole >= 1.9.0)

Swoole\Table::incrIncrement the value by $row_key and $column_key.

说明

public Swoole\Table::incr(string $key, string $column, int $incrby = ?): void

参数

key

column

incrby

返回值

add a note

User Contributed Notes

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