Swoole\Table->exists

4.x is outdated, please check the latest version 22.x


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Table->exists(string $key): bool

Parameters

key

The key value of the column, the value of the first column.

Return

Description

Check if a row is exsits by the key column value of the row.

Example

Last updated on August 31, 2022