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); ?>
(PECL swoole >= 1.9.0)
Swoole\Table::decr — Decrement the value in the Swoole table by $key and $column
keyKey of the data.
columnSpecify the column name.
decrbyDecrement value.