Swoole\Table::set
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Update a row of the table by $key.
Description
Swoole\Table::set(string $key, array $value): bool
Parameters
keyKey of the data.
valueValue of the data.