Swoole\Table::get

(PECL swoole >= 1.9.0)

Swoole\Table::getGet the value in the Swoole table by $key and $field.

Description

public Swoole\Table::get(string $key, string $field = ?): mixed

Parameters

key

field

Return Values

add a note

User Contributed Notes

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