Swoole\Table
PHP 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.

说明

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

参数

row_key

column_key

返回值


Swoole\Table
PHP Manual