Swoole\Table->del

4.x is outdated, please check the latest version 22.x


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Table->del(string $key): bool

Parameters

key

The key value of the column, the value of the first column.

Return

Description

In the case of using Table to save counters.

Delete a row by key value

Example

Last updated on August 31, 2022