Swoole\Redis\Server::setHandler

(PECL swoole >= 1.9.0)

Swoole\Redis\Server::setHandlerDescription

Descripción

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

command

callback

number_of_string_param

type_of_array_param

Valores devueltos

To Top