Swoole\Table::set

Update a row of the table by $key.

Description

public bool Swoole\Table::set(string $key, array $value)

Parameters

key

Key of the data.

value

Value of the data.

Return Values