PHPverse 2025

Swoole\Table::get

(PECL swoole >= 1.9.0)

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

Açıklama

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

Bağımsız Değişkenler

key

field

Dönen Değerler

add a note

User Contributed Notes

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