diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -182,7 +182,7 @@ Extension [ <persistent> extension #143 redis version 6.3.0RC1 ] { - Properties [0] { } - - Methods [286] { + - Methods [287] { Method [ <internal:redis, ctor> public method __construct ] { - Parameters [1] { @@ -1048,6 +1048,15 @@ Extension [ <persistent> extension #143 redis version 6.3.0RC1 ] { - Return [ Redis|array|false ] } + Method [ <internal:redis> public method hGetWithMeta ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $member ] + } + - Return [ mixed ] + } + Method [ <internal:redis> public method hIncrBy ] { - Parameters [3] { @@ -3163,7 +3172,7 @@ Extension [ <persistent> extension #143 redis version 6.3.0RC1 ] { - Properties [0] { } - - Methods [254] { + - Methods [255] { Method [ <internal:redis, ctor> public method __construct ] { - Parameters [7] { @@ -3961,6 +3970,15 @@ Extension [ <persistent> extension #143 redis version 6.3.0RC1 ] { - Return [ RedisCluster|array|false ] } + Method [ <internal:redis> public method hgetWithMeta ] { + + - Parameters [2] { + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $member ] + } + - Return [ mixed ] + } + Method [ <internal:redis> public method hincrby ] { - Parameters [3] { |