PHP 8.5.0 Beta 2 available for testing

Swoole\Table::del

(PECL swoole >= 1.9.0)

Swoole\Table::delElimina una fila en la tabla Swoole mediante $key

Descripción

public Swoole\Table::del(string $key): bool

Parámetros

key

Clave para identificar la fila a eliminar

Valores devueltos

Devuelve true si la operación fue exitosa, false en caso contrario

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top