From 9c5a0a571e94fe67caf3364a7fd91bb545ea2410 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 823 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 823 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..f0221ed --- /dev/null +++ b/REFLECTION @@ -0,0 +1,823 @@ +Extension [ extension #159 redis version 2.2.5 ] { + + - 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 = '' + } + } + + - Classes [3] { + 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 ATOMIC ] { 0 } + Constant [ integer MULTI ] { 1 } + Constant [ integer PIPELINE ] { 2 } + 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 [194] { + 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 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 resetStat ] { + } + + 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 zReverseRange ] { + } + + Method [ public method zRangeByScore ] { + } + + Method [ public method zRevRangeByScore ] { + } + + 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 eval ] { + } + + Method [ public method evalsha ] { + } + + Method [ public method script ] { + } + + 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 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 getOption ] { + } + + Method [ public method setOption ] { + } + + Method [ public method config ] { + } + + Method [ public method slowlog ] { + } + + 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 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 zrevrange ] { + } + + 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 [25] { + 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 multi ] { + } + + Method [ public method exec ] { + } + + Method [ public method discard ] { + } + + Method [ public method unwatch ] { + } + + Method [ public method delete ] { + } + + Method [ public method getMultiple ] { + } + } + } + + Class [ class RedisException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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