CakeFest 2024: The Official CakePHP Conference

Swoole\Redis\Server::setHandler

(PECL swoole >= 1.9.0)

Swoole\Redis\Server::setHandlerDescription

Descrição

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

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

command

callback

number_of_string_param

type_of_array_param

Valor Retornado

add a note

User Contributed Notes

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