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.

Descrição

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

Parâmetros

key

column

incrby

Valor Retornado

add a note

User Contributed Notes

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