php8.5
Home/ Manual/ swoole / table/ Swoole\Table::set

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

key

Key of the data.

value

Value of the data.

Return Values

Source: reference/swoole/swoole/table/set.xml · from the official PHP manual (php/doc-en)