array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'swoole-table.decr.php', 1 => 'Swoole\\Table::decr', 2 => 'Decrement the value in the Swoole table by $key and $column', ), 'up' => array ( 0 => 'class.swoole-table.php', 1 => 'Swoole\\Table', ), 'prev' => array ( 0 => 'swoole-table.current.php', 1 => 'Swoole\\Table::current', ), 'next' => array ( 0 => 'swoole-table.del.php', 1 => 'Swoole\\Table::del', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/table/decr.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Swoole\Table::decr

(PECL swoole >= 1.9.0)

Swoole\Table::decrDecrement the value in the Swoole table by $key and $column

Açıklama

public Swoole\Table::decr(string $key, string $column, int $decrby = ?): int

Bağımsız Değişkenler

key

Key of the data.

column

Specify the column name.

decrby

Decrement value.

Dönen Değerler