parent root
PHP: Swoole\Table::get - Manual

Swoole\Table::get

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Table::getGet the value in the Swoole table by $row_key and $column_key.

Description

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

Parameters

row_key

column_key

Return Values

add a noteadd a note

User Contributed Notes

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