RedisCaster
class RedisCaster
Casts Redis class from ext-redis to array representation.
Methods
static | castRedis(Redis $c, array $a, Stub $stub, $isNested) | |
static | castRedisArray(RedisArray $c, array $a, Stub $stub, $isNested) |
Details
static castRedis(Redis $c, array $a, Stub $stub, $isNested)
Parameters
Redis | $c | |
array | $a | |
Stub | $stub | |
$isNested |
static castRedisArray(RedisArray $c, array $a, Stub $stub, $isNested)
Parameters
RedisArray | $c | |
array | $a | |
Stub | $stub | |
$isNested |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/VarDumper/Caster/RedisCaster.html