OpenSwoole\Table->incr

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Table->incr(string $key, string $column, int $incrBy = 1): int

Parameters

key

The key value of the column, the value of the first column.

column

The column name to update.

decrby

Increase by the value.

Return

Description

In the case of using Table to save counters.

Increase the value of the column by one.

Example

Last updated on September 1, 2022