Swoole\Table->decr

4.x is outdated, please check the latest version 22.x


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Table->decr(string $key, string $column, int $decrBy = 1): int

Parameters

key

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

column

The column name to update.

decrby

Reduce by the value.

Return

Description

Reduce the value of the column by one.

Example

Last updated on August 31, 2022