From b69af47ac30096aa7f7dce37a0af0e86c0d00f80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2016 09:25:41 +0100 Subject: php-pecl-redis: 3.1.0 --- REFLECTION-PHP7 | 1476 ------------------------------------------------------- 1 file changed, 1476 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 5e89d89..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,1476 +0,0 @@ -Extension [ extension #91 redis version 3.0.0 ] { - - - INI { - Entry [ redis.arrays.names ] - Current = '' - } - Entry [ redis.arrays.hosts ] - Current = '' - } - Entry [ redis.arrays.previous ] - Current = '' - } - Entry [ redis.arrays.functions ] - Current = '' - } - Entry [ redis.arrays.index ] - Current = '' - } - Entry [ redis.arrays.autorehash ] - Current = '' - } - Entry [ redis.clusters.seeds ] - Current = '' - } - Entry [ redis.clusters.timeout ] - Current = '' - } - Entry [ redis.clusters.read_timeout ] - Current = '' - } - } - - - Classes [5] { - Class [ class Redis ] { - - - Constants [20] { - Constant [ integer REDIS_NOT_FOUND ] { 0 } - Constant [ integer REDIS_STRING ] { 1 } - Constant [ integer REDIS_SET ] { 2 } - Constant [ integer REDIS_LIST ] { 3 } - Constant [ integer REDIS_ZSET ] { 4 } - Constant [ integer REDIS_HASH ] { 5 } - Constant [ integer PIPELINE ] { 2 } - Constant [ integer ATOMIC ] { 0 } - Constant [ integer MULTI ] { 1 } - Constant [ integer OPT_SERIALIZER ] { 1 } - Constant [ integer OPT_PREFIX ] { 2 } - Constant [ integer OPT_READ_TIMEOUT ] { 3 } - Constant [ integer SERIALIZER_NONE ] { 0 } - Constant [ integer SERIALIZER_PHP ] { 1 } - Constant [ integer OPT_SCAN ] { 4 } - Constant [ integer SCAN_RETRY ] { 1 } - Constant [ integer SCAN_NORETRY ] { 0 } - Constant [ integer SERIALIZER_IGBINARY ] { 2 } - Constant [ string AFTER ] { after } - Constant [ string BEFORE ] { before } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [206] { - Method [ public method __construct ] { - } - - Method [ public method __destruct ] { - } - - Method [ public method connect ] { - } - - Method [ public method pconnect ] { - } - - Method [ public method close ] { - } - - Method [ public method ping ] { - } - - Method [ public method echo ] { - } - - Method [ public method get ] { - } - - Method [ public method set ] { - } - - Method [ public method setex ] { - } - - Method [ public method psetex ] { - } - - Method [ public method setnx ] { - } - - Method [ public method getSet ] { - } - - Method [ public method randomKey ] { - } - - Method [ public method renameKey ] { - } - - Method [ public method renameNx ] { - } - - Method [ public method getMultiple ] { - } - - Method [ public method exists ] { - } - - Method [ public method delete ] { - } - - Method [ public method incr ] { - } - - Method [ public method incrBy ] { - } - - Method [ public method incrByFloat ] { - } - - Method [ public method decr ] { - } - - Method [ public method decrBy ] { - } - - Method [ public method type ] { - } - - Method [ public method append ] { - } - - Method [ public method getRange ] { - } - - Method [ public method setRange ] { - } - - Method [ public method getBit ] { - } - - Method [ public method setBit ] { - } - - Method [ public method strlen ] { - } - - Method [ public method getKeys ] { - } - - Method [ public method sort ] { - } - - Method [ public method sortAsc ] { - } - - Method [ public method sortAscAlpha ] { - } - - Method [ public method sortDesc ] { - } - - Method [ public method sortDescAlpha ] { - } - - Method [ public method lPush ] { - } - - Method [ public method rPush ] { - } - - Method [ public method lPushx ] { - } - - Method [ public method rPushx ] { - } - - Method [ public method lPop ] { - } - - Method [ public method rPop ] { - } - - Method [ public method blPop ] { - } - - Method [ public method brPop ] { - } - - Method [ public method lSize ] { - } - - Method [ public method lRemove ] { - } - - Method [ public method listTrim ] { - } - - Method [ public method lGet ] { - } - - Method [ public method lGetRange ] { - } - - Method [ public method lSet ] { - } - - Method [ public method lInsert ] { - } - - Method [ public method sAdd ] { - } - - Method [ public method sAddArray ] { - } - - Method [ public method sSize ] { - } - - Method [ public method sRemove ] { - } - - Method [ public method sMove ] { - } - - Method [ public method sPop ] { - } - - Method [ public method sRandMember ] { - } - - Method [ public method sContains ] { - } - - Method [ public method sMembers ] { - } - - Method [ public method sInter ] { - } - - Method [ public method sInterStore ] { - } - - Method [ public method sUnion ] { - } - - Method [ public method sUnionStore ] { - } - - Method [ public method sDiff ] { - } - - Method [ public method sDiffStore ] { - } - - Method [ public method setTimeout ] { - } - - Method [ public method save ] { - } - - Method [ public method bgSave ] { - } - - Method [ public method lastSave ] { - } - - Method [ public method flushDB ] { - } - - Method [ public method flushAll ] { - } - - Method [ public method dbSize ] { - } - - Method [ public method auth ] { - } - - Method [ public method ttl ] { - } - - Method [ public method pttl ] { - } - - Method [ public method persist ] { - } - - Method [ public method info ] { - } - - Method [ public method select ] { - } - - Method [ public method move ] { - } - - Method [ public method bgrewriteaof ] { - } - - Method [ public method slaveof ] { - } - - Method [ public method object ] { - } - - Method [ public method bitop ] { - } - - Method [ public method bitcount ] { - } - - Method [ public method bitpos ] { - } - - Method [ public method mset ] { - } - - Method [ public method msetnx ] { - } - - Method [ public method rpoplpush ] { - } - - Method [ public method brpoplpush ] { - } - - Method [ public method zAdd ] { - } - - Method [ public method zDelete ] { - } - - Method [ public method zRange ] { - } - - Method [ public method zRevRange ] { - } - - Method [ public method zRangeByScore ] { - } - - Method [ public method zRevRangeByScore ] { - } - - Method [ public method zRangeByLex ] { - } - - Method [ public method zRevRangeByLex ] { - } - - Method [ public method zLexCount ] { - } - - Method [ public method zRemRangeByLex ] { - } - - Method [ public method zCount ] { - } - - Method [ public method zDeleteRangeByScore ] { - } - - Method [ public method zDeleteRangeByRank ] { - } - - Method [ public method zCard ] { - } - - Method [ public method zScore ] { - } - - Method [ public method zRank ] { - } - - Method [ public method zRevRank ] { - } - - Method [ public method zInter ] { - } - - Method [ public method zUnion ] { - } - - Method [ public method zIncrBy ] { - } - - Method [ public method expireAt ] { - } - - Method [ public method pexpire ] { - } - - Method [ public method pexpireAt ] { - } - - Method [ public method hGet ] { - } - - Method [ public method hSet ] { - } - - Method [ public method hSetNx ] { - } - - Method [ public method hDel ] { - } - - Method [ public method hLen ] { - } - - Method [ public method hKeys ] { - } - - Method [ public method hVals ] { - } - - Method [ public method hGetAll ] { - } - - Method [ public method hExists ] { - } - - Method [ public method hIncrBy ] { - } - - Method [ public method hIncrByFloat ] { - } - - Method [ public method hMset ] { - } - - Method [ public method hMget ] { - } - - Method [ public method multi ] { - } - - Method [ public method discard ] { - } - - Method [ public method exec ] { - } - - Method [ public method pipeline ] { - } - - Method [ public method watch ] { - } - - Method [ public method unwatch ] { - } - - Method [ public method publish ] { - } - - Method [ public method subscribe ] { - } - - Method [ public method psubscribe ] { - } - - Method [ public method unsubscribe ] { - } - - Method [ public method punsubscribe ] { - } - - Method [ public method time ] { - } - - Method [ public method role ] { - } - - Method [ public method eval ] { - } - - Method [ public method evalsha ] { - } - - Method [ public method script ] { - } - - Method [ public method debug ] { - } - - Method [ public method dump ] { - } - - Method [ public method restore ] { - } - - Method [ public method migrate ] { - } - - Method [ public method getLastError ] { - } - - Method [ public method clearLastError ] { - } - - Method [ public method _prefix ] { - } - - Method [ public method _serialize ] { - } - - Method [ public method _unserialize ] { - } - - Method [ public method client ] { - } - - Method [ public method command ] { - } - - Method [ public method scan ] { - - - Parameters [3] { - Parameter #0 [ &$i_iterator ] - Parameter #1 [ $str_pattern ] - Parameter #2 [ $i_count ] - } - } - - Method [ public method hscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method zscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method sscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method pfadd ] { - } - - Method [ public method pfcount ] { - } - - Method [ public method pfmerge ] { - } - - Method [ public method getOption ] { - } - - Method [ public method setOption ] { - } - - Method [ public method config ] { - } - - Method [ public method slowlog ] { - } - - Method [ public method rawcommand ] { - } - - Method [ public method getHost ] { - } - - Method [ public method getPort ] { - } - - Method [ public method getDBNum ] { - } - - Method [ public method getTimeout ] { - } - - Method [ public method getReadTimeout ] { - } - - Method [ public method getPersistentID ] { - } - - Method [ public method getAuth ] { - } - - Method [ public method isConnected ] { - } - - Method [ public method getMode ] { - } - - Method [ public method wait ] { - } - - Method [ public method pubsub ] { - } - - Method [ public method open ] { - } - - Method [ public method popen ] { - } - - Method [ public method lLen ] { - } - - Method [ public method sGetMembers ] { - } - - Method [ public method mget ] { - } - - Method [ public method expire ] { - } - - Method [ public method zunionstore ] { - } - - Method [ public method zinterstore ] { - } - - Method [ public method zRemove ] { - } - - Method [ public method zRem ] { - } - - Method [ public method zRemoveRangeByScore ] { - } - - Method [ public method zRemRangeByScore ] { - } - - Method [ public method zRemRangeByRank ] { - } - - Method [ public method zSize ] { - } - - Method [ public method substr ] { - } - - Method [ public method rename ] { - } - - Method [ public method del ] { - } - - Method [ public method keys ] { - } - - Method [ public method lrem ] { - } - - Method [ public method ltrim ] { - } - - Method [ public method lindex ] { - } - - Method [ public method lrange ] { - } - - Method [ public method scard ] { - } - - Method [ public method srem ] { - } - - Method [ public method sismember ] { - } - - Method [ public method zReverseRange ] { - } - - Method [ public method sendEcho ] { - } - - Method [ public method evaluate ] { - } - - Method [ public method evaluateSha ] { - } - } - } - - Class [ class RedisArray ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [27] { - Method [ public method __construct ] { - } - - Method [ public method __call ] { - - - Parameters [2] { - Parameter #0 [ $function_name ] - Parameter #1 [ $arguments ] - } - } - - Method [ public method _hosts ] { - } - - Method [ public method _target ] { - } - - Method [ public method _instance ] { - } - - Method [ public method _function ] { - } - - Method [ public method _distributor ] { - } - - Method [ public method _rehash ] { - } - - Method [ public method select ] { - } - - Method [ public method info ] { - } - - Method [ public method ping ] { - } - - Method [ public method flushdb ] { - } - - Method [ public method flushall ] { - } - - Method [ public method mget ] { - } - - Method [ public method mset ] { - } - - Method [ public method del ] { - } - - Method [ public method getOption ] { - } - - Method [ public method setOption ] { - } - - Method [ public method keys ] { - } - - Method [ public method save ] { - } - - Method [ public method bgsave ] { - } - - Method [ public method multi ] { - } - - Method [ public method exec ] { - } - - Method [ public method discard ] { - } - - Method [ public method unwatch ] { - } - - Method [ public method delete ] { - } - - Method [ public method getMultiple ] { - } - } - } - - Class [ class RedisCluster ] { - - - Constants [23] { - Constant [ integer REDIS_NOT_FOUND ] { 0 } - Constant [ integer REDIS_STRING ] { 1 } - Constant [ integer REDIS_SET ] { 2 } - Constant [ integer REDIS_LIST ] { 3 } - Constant [ integer REDIS_ZSET ] { 4 } - Constant [ integer REDIS_HASH ] { 5 } - Constant [ integer ATOMIC ] { 0 } - Constant [ integer MULTI ] { 1 } - Constant [ integer OPT_SERIALIZER ] { 1 } - Constant [ integer OPT_PREFIX ] { 2 } - Constant [ integer OPT_READ_TIMEOUT ] { 3 } - Constant [ integer SERIALIZER_NONE ] { 0 } - Constant [ integer SERIALIZER_PHP ] { 1 } - Constant [ integer OPT_SCAN ] { 4 } - Constant [ integer SCAN_RETRY ] { 1 } - Constant [ integer SCAN_NORETRY ] { 0 } - Constant [ integer OPT_SLAVE_FAILOVER ] { 5 } - Constant [ integer FAILOVER_NONE ] { 0 } - Constant [ integer FAILOVER_ERROR ] { 1 } - Constant [ integer FAILOVER_DISTRIBUTE ] { 2 } - Constant [ integer SERIALIZER_IGBINARY ] { 2 } - Constant [ string AFTER ] { after } - Constant [ string BEFORE ] { before } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [158] { - Method [ public method __construct ] { - } - - Method [ public method close ] { - } - - Method [ public method get ] { - } - - Method [ public method set ] { - } - - Method [ public method mget ] { - } - - Method [ public method mset ] { - } - - Method [ public method msetnx ] { - } - - Method [ public method del ] { - } - - Method [ public method setex ] { - } - - Method [ public method psetex ] { - } - - Method [ public method setnx ] { - } - - Method [ public method getset ] { - } - - Method [ public method exists ] { - } - - Method [ public method keys ] { - } - - Method [ public method type ] { - } - - Method [ public method lpop ] { - } - - Method [ public method rpop ] { - } - - Method [ public method lset ] { - } - - Method [ public method spop ] { - } - - Method [ public method lpush ] { - } - - Method [ public method rpush ] { - } - - Method [ public method blpop ] { - } - - Method [ public method brpop ] { - } - - Method [ public method rpushx ] { - } - - Method [ public method lpushx ] { - } - - Method [ public method linsert ] { - } - - Method [ public method lindex ] { - } - - Method [ public method lrem ] { - } - - Method [ public method brpoplpush ] { - } - - Method [ public method rpoplpush ] { - } - - Method [ public method llen ] { - } - - Method [ public method scard ] { - } - - Method [ public method smembers ] { - } - - Method [ public method sismember ] { - } - - Method [ public method sadd ] { - } - - Method [ public method saddarray ] { - } - - Method [ public method srem ] { - } - - Method [ public method sunion ] { - } - - Method [ public method sunionstore ] { - } - - Method [ public method sinter ] { - } - - Method [ public method sinterstore ] { - } - - Method [ public method sdiff ] { - } - - Method [ public method sdiffstore ] { - } - - Method [ public method srandmember ] { - } - - Method [ public method strlen ] { - } - - Method [ public method persist ] { - } - - Method [ public method ttl ] { - } - - Method [ public method pttl ] { - } - - Method [ public method zcard ] { - } - - Method [ public method zcount ] { - } - - Method [ public method zremrangebyscore ] { - } - - Method [ public method zscore ] { - } - - Method [ public method zadd ] { - } - - Method [ public method zincrby ] { - } - - Method [ public method hlen ] { - } - - Method [ public method hkeys ] { - } - - Method [ public method hvals ] { - } - - Method [ public method hget ] { - } - - Method [ public method hgetall ] { - } - - Method [ public method hexists ] { - } - - Method [ public method hincrby ] { - } - - Method [ public method hset ] { - } - - Method [ public method hsetnx ] { - } - - Method [ public method hmget ] { - } - - Method [ public method hmset ] { - } - - Method [ public method hdel ] { - } - - Method [ public method hincrbyfloat ] { - } - - Method [ public method dump ] { - } - - Method [ public method zrank ] { - } - - Method [ public method zrevrank ] { - } - - Method [ public method incr ] { - } - - Method [ public method decr ] { - } - - Method [ public method incrby ] { - } - - Method [ public method decrby ] { - } - - Method [ public method incrbyfloat ] { - } - - Method [ public method expire ] { - } - - Method [ public method pexpire ] { - } - - Method [ public method expireat ] { - } - - Method [ public method pexpireat ] { - } - - Method [ public method append ] { - } - - Method [ public method getbit ] { - } - - Method [ public method setbit ] { - } - - Method [ public method bitop ] { - } - - Method [ public method bitpos ] { - } - - Method [ public method bitcount ] { - } - - Method [ public method lget ] { - } - - Method [ public method getrange ] { - } - - Method [ public method ltrim ] { - } - - Method [ public method lrange ] { - } - - Method [ public method zremrangebyrank ] { - } - - Method [ public method publish ] { - } - - Method [ public method rename ] { - } - - Method [ public method renamenx ] { - } - - Method [ public method pfcount ] { - } - - Method [ public method pfadd ] { - } - - Method [ public method pfmerge ] { - } - - Method [ public method setrange ] { - } - - Method [ public method restore ] { - } - - Method [ public method smove ] { - } - - Method [ public method zrange ] { - } - - Method [ public method zrevrange ] { - } - - Method [ public method zrangebyscore ] { - } - - Method [ public method zrevrangebyscore ] { - } - - Method [ public method zrangebylex ] { - } - - Method [ public method zrevrangebylex ] { - } - - Method [ public method zlexcount ] { - } - - Method [ public method zremrangebylex ] { - } - - Method [ public method zunionstore ] { - } - - Method [ public method zinterstore ] { - } - - Method [ public method zrem ] { - } - - Method [ public method sort ] { - } - - Method [ public method object ] { - } - - Method [ public method subscribe ] { - } - - Method [ public method psubscribe ] { - } - - Method [ public method unsubscribe ] { - } - - Method [ public method punsubscribe ] { - } - - Method [ public method eval ] { - } - - Method [ public method evalsha ] { - } - - Method [ public method scan ] { - - - Parameters [4] { - Parameter #0 [ &$i_iterator ] - Parameter #1 [ $str_node ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method sscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method zscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method hscan ] { - - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] - } - } - - Method [ public method getmode ] { - } - - Method [ public method getlasterror ] { - } - - Method [ public method clearlasterror ] { - } - - Method [ public method getoption ] { - } - - Method [ public method setoption ] { - } - - Method [ public method _prefix ] { - } - - Method [ public method _serialize ] { - } - - Method [ public method _unserialize ] { - } - - Method [ public method _masters ] { - } - - Method [ public method _redir ] { - } - - Method [ public method multi ] { - } - - Method [ public method exec ] { - } - - Method [ public method discard ] { - } - - Method [ public method watch ] { - } - - Method [ public method unwatch ] { - } - - Method [ public method save ] { - } - - Method [ public method bgsave ] { - } - - Method [ public method flushdb ] { - } - - Method [ public method flushall ] { - } - - Method [ public method dbsize ] { - } - - Method [ public method bgrewriteaof ] { - } - - Method [ public method lastsave ] { - } - - Method [ public method info ] { - } - - Method [ public method role ] { - } - - Method [ public method time ] { - } - - Method [ public method randomkey ] { - } - - Method [ public method ping ] { - } - - Method [ public method echo ] { - } - - Method [ public method command ] { - } - - Method [ public method rawcommand ] { - } - - Method [ public method cluster ] { - } - - Method [ public method client ] { - } - - Method [ public method config ] { - } - - Method [ public method pubsub ] { - } - - Method [ public method script ] { - } - - Method [ public method slowlog ] { - } - } - } - - Class [ class RedisException extends RuntimeException implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] - } - } - - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { - } - - Method [ final public method getTrace ] { - } - - Method [ final public method getPrevious ] { - } - - Method [ final public method getTraceAsString ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ class RedisClusterException extends RuntimeException implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] - } - } - - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { - } - - Method [ final public method getTrace ] { - } - - Method [ final public method getPrevious ] { - } - - Method [ final public method getTraceAsString ] { - } - - Method [ public method __toString ] { - } - } - } - } -} - -- cgit