Swoole\Table::set

Update a row of the table by $key.

説明

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

パラメータ

key

Key of the data.

value

Value of the data.

戻り値