Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Predis
Protocol
Text
Handler
ResponseHandlerInterface
PHP Интерфейс Predis\Protocol\Text\Handler\ResponseHandlerInterface
Автор:
Daniele Alessandri (
[email protected]
)
Показать файл
Открыть проект
Открытые методы
Метод
Описание
handle
(
Predis\Connection\CompositeConnectionInterface
$connection
,
string
$payload
) :
mixed
Deserializes a response returned by Redis and reads more data from the connection if needed.
Описание методов
handle()
публичный
Метод
Deserializes a response returned by Redis and reads more data from the connection if needed.
public
handle
(
Predis\Connection\CompositeConnectionInterface
$connection
,
string
$payload
) :
mixed
$connection
Predis\Connection\CompositeConnectionInterface
Redis connection.
$payload
string
String payload.
Результат
mixed