PHP 8.4.6 Released!

Swoole\Table::get

(PECL swoole >= 1.9.0)

Swoole\Table::getDevuelve el valor en la tabla Swoole por $row_key y $column_key.

Descripción

public Swoole\Table::get(string $row_key, string $column_key): int

Parámetros

row_key

column_key

Valores devueltos

add a note

User Contributed Notes

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