Swoole\Redis\Server::setHandler
PHP Manual
PHP Manual»Swoole\Redis\Server»Swoole\Redis\Server::setHandler

Swoole\Redis\Server::setHandler

(PECL swoole >= 1.9.0)

Swoole\Redis\Server::setHandlerDescription

Descrizione

public function Swoole\Redis\Server::setHandler(
    string $command,
    string $callback,
    string $number_of_string_param = ?,
    string $type_of_array_param = ?
): ReturnType

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

command

callback

number_of_string_param

type_of_array_param

Valori restituiti

To Top