Table->exist

最后更新于:2022-04-02 06:32:02

# Table->exist 检查`table`中是否存在某一个`key`。 ~~~ bool swoole_table->exist(string $key); ~~~ * 存在返回`true` * 不存在返回`false`
';