OpenSwoole\Table->decr

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

Declaration

<?php OpenSwoole\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 September 1, 2022