summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commit9c5a0a571e94fe67caf3364a7fd91bb545ea2410 (patch)
tree9de11aa6f0c2cf1d9119d26d755c8953480b2ed2
parent068a3c8629536f70b229caa38fda2327d1c47e43 (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION823
1 files changed, 823 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..f0221ed
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,823 @@
+Extension [ <persistent> extension #159 redis version 2.2.5 ] {
+
+ - INI {
+ Entry [ redis.arrays.names <ALL> ]
+ Current = ''
+ }
+ Entry [ redis.arrays.hosts <ALL> ]
+ Current = ''
+ }
+ Entry [ redis.arrays.previous <ALL> ]
+ Current = ''
+ }
+ Entry [ redis.arrays.functions <ALL> ]
+ Current = ''
+ }
+ Entry [ redis.arrays.index <ALL> ]
+ Current = ''
+ }
+ Entry [ redis.arrays.autorehash <ALL> ]
+ Current = ''
+ }
+ }
+
+ - Classes [3] {
+ Class [ <internal:redis> 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 [ <internal:redis, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:redis, dtor> public method __destruct ] {
+ }
+
+ Method [ <internal:redis> public method connect ] {
+ }
+
+ Method [ <internal:redis> public method pconnect ] {
+ }
+
+ Method [ <internal:redis> public method close ] {
+ }
+
+ Method [ <internal:redis> public method ping ] {
+ }
+
+ Method [ <internal:redis> public method echo ] {
+ }
+
+ Method [ <internal:redis> public method get ] {
+ }
+
+ Method [ <internal:redis> public method set ] {
+ }
+
+ Method [ <internal:redis> public method setex ] {
+ }
+
+ Method [ <internal:redis> public method psetex ] {
+ }
+
+ Method [ <internal:redis> public method setnx ] {
+ }
+
+ Method [ <internal:redis> public method getSet ] {
+ }
+
+ Method [ <internal:redis> public method randomKey ] {
+ }
+
+ Method [ <internal:redis> public method renameKey ] {
+ }
+
+ Method [ <internal:redis> public method renameNx ] {
+ }
+
+ Method [ <internal:redis> public method getMultiple ] {
+ }
+
+ Method [ <internal:redis> public method exists ] {
+ }
+
+ Method [ <internal:redis> public method delete ] {
+ }
+
+ Method [ <internal:redis> public method incr ] {
+ }
+
+ Method [ <internal:redis> public method incrBy ] {
+ }
+
+ Method [ <internal:redis> public method incrByFloat ] {
+ }
+
+ Method [ <internal:redis> public method decr ] {
+ }
+
+ Method [ <internal:redis> public method decrBy ] {
+ }
+
+ Method [ <internal:redis> public method type ] {
+ }
+
+ Method [ <internal:redis> public method append ] {
+ }
+
+ Method [ <internal:redis> public method getRange ] {
+ }
+
+ Method [ <internal:redis> public method setRange ] {
+ }
+
+ Method [ <internal:redis> public method getBit ] {
+ }
+
+ Method [ <internal:redis> public method setBit ] {
+ }
+
+ Method [ <internal:redis> public method strlen ] {
+ }
+
+ Method [ <internal:redis> public method getKeys ] {
+ }
+
+ Method [ <internal:redis> public method sort ] {
+ }
+
+ Method [ <internal:redis> public method sortAsc ] {
+ }
+
+ Method [ <internal:redis> public method sortAscAlpha ] {
+ }
+
+ Method [ <internal:redis> public method sortDesc ] {
+ }
+
+ Method [ <internal:redis> public method sortDescAlpha ] {
+ }
+
+ Method [ <internal:redis> public method lPush ] {
+ }
+
+ Method [ <internal:redis> public method rPush ] {
+ }
+
+ Method [ <internal:redis> public method lPushx ] {
+ }
+
+ Method [ <internal:redis> public method rPushx ] {
+ }
+
+ Method [ <internal:redis> public method lPop ] {
+ }
+
+ Method [ <internal:redis> public method rPop ] {
+ }
+
+ Method [ <internal:redis> public method blPop ] {
+ }
+
+ Method [ <internal:redis> public method brPop ] {
+ }
+
+ Method [ <internal:redis> public method lSize ] {
+ }
+
+ Method [ <internal:redis> public method lRemove ] {
+ }
+
+ Method [ <internal:redis> public method listTrim ] {
+ }
+
+ Method [ <internal:redis> public method lGet ] {
+ }
+
+ Method [ <internal:redis> public method lGetRange ] {
+ }
+
+ Method [ <internal:redis> public method lSet ] {
+ }
+
+ Method [ <internal:redis> public method lInsert ] {
+ }
+
+ Method [ <internal:redis> public method sAdd ] {
+ }
+
+ Method [ <internal:redis> public method sSize ] {
+ }
+
+ Method [ <internal:redis> public method sRemove ] {
+ }
+
+ Method [ <internal:redis> public method sMove ] {
+ }
+
+ Method [ <internal:redis> public method sPop ] {
+ }
+
+ Method [ <internal:redis> public method sRandMember ] {
+ }
+
+ Method [ <internal:redis> public method sContains ] {
+ }
+
+ Method [ <internal:redis> public method sMembers ] {
+ }
+
+ Method [ <internal:redis> public method sInter ] {
+ }
+
+ Method [ <internal:redis> public method sInterStore ] {
+ }
+
+ Method [ <internal:redis> public method sUnion ] {
+ }
+
+ Method [ <internal:redis> public method sUnionStore ] {
+ }
+
+ Method [ <internal:redis> public method sDiff ] {
+ }
+
+ Method [ <internal:redis> public method sDiffStore ] {
+ }
+
+ Method [ <internal:redis> public method setTimeout ] {
+ }
+
+ Method [ <internal:redis> public method save ] {
+ }
+
+ Method [ <internal:redis> public method bgSave ] {
+ }
+
+ Method [ <internal:redis> public method lastSave ] {
+ }
+
+ Method [ <internal:redis> public method flushDB ] {
+ }
+
+ Method [ <internal:redis> public method flushAll ] {
+ }
+
+ Method [ <internal:redis> public method dbSize ] {
+ }
+
+ Method [ <internal:redis> public method auth ] {
+ }
+
+ Method [ <internal:redis> public method ttl ] {
+ }
+
+ Method [ <internal:redis> public method pttl ] {
+ }
+
+ Method [ <internal:redis> public method persist ] {
+ }
+
+ Method [ <internal:redis> public method info ] {
+ }
+
+ Method [ <internal:redis> public method resetStat ] {
+ }
+
+ Method [ <internal:redis> public method select ] {
+ }
+
+ Method [ <internal:redis> public method move ] {
+ }
+
+ Method [ <internal:redis> public method bgrewriteaof ] {
+ }
+
+ Method [ <internal:redis> public method slaveof ] {
+ }
+
+ Method [ <internal:redis> public method object ] {
+ }
+
+ Method [ <internal:redis> public method bitop ] {
+ }
+
+ Method [ <internal:redis> public method bitcount ] {
+ }
+
+ Method [ <internal:redis> public method bitpos ] {
+ }
+
+ Method [ <internal:redis> public method mset ] {
+ }
+
+ Method [ <internal:redis> public method msetnx ] {
+ }
+
+ Method [ <internal:redis> public method rpoplpush ] {
+ }
+
+ Method [ <internal:redis> public method brpoplpush ] {
+ }
+
+ Method [ <internal:redis> public method zAdd ] {
+ }
+
+ Method [ <internal:redis> public method zDelete ] {
+ }
+
+ Method [ <internal:redis> public method zRange ] {
+ }
+
+ Method [ <internal:redis> public method zReverseRange ] {
+ }
+
+ Method [ <internal:redis> public method zRangeByScore ] {
+ }
+
+ Method [ <internal:redis> public method zRevRangeByScore ] {
+ }
+
+ Method [ <internal:redis> public method zCount ] {
+ }
+
+ Method [ <internal:redis> public method zDeleteRangeByScore ] {
+ }
+
+ Method [ <internal:redis> public method zDeleteRangeByRank ] {
+ }
+
+ Method [ <internal:redis> public method zCard ] {
+ }
+
+ Method [ <internal:redis> public method zScore ] {
+ }
+
+ Method [ <internal:redis> public method zRank ] {
+ }
+
+ Method [ <internal:redis> public method zRevRank ] {
+ }
+
+ Method [ <internal:redis> public method zInter ] {
+ }
+
+ Method [ <internal:redis> public method zUnion ] {
+ }
+
+ Method [ <internal:redis> public method zIncrBy ] {
+ }
+
+ Method [ <internal:redis> public method expireAt ] {
+ }
+
+ Method [ <internal:redis> public method pexpire ] {
+ }
+
+ Method [ <internal:redis> public method pexpireAt ] {
+ }
+
+ Method [ <internal:redis> public method hGet ] {
+ }
+
+ Method [ <internal:redis> public method hSet ] {
+ }
+
+ Method [ <internal:redis> public method hSetNx ] {
+ }
+
+ Method [ <internal:redis> public method hDel ] {
+ }
+
+ Method [ <internal:redis> public method hLen ] {
+ }
+
+ Method [ <internal:redis> public method hKeys ] {
+ }
+
+ Method [ <internal:redis> public method hVals ] {
+ }
+
+ Method [ <internal:redis> public method hGetAll ] {
+ }
+
+ Method [ <internal:redis> public method hExists ] {
+ }
+
+ Method [ <internal:redis> public method hIncrBy ] {
+ }
+
+ Method [ <internal:redis> public method hIncrByFloat ] {
+ }
+
+ Method [ <internal:redis> public method hMset ] {
+ }
+
+ Method [ <internal:redis> public method hMget ] {
+ }
+
+ Method [ <internal:redis> public method multi ] {
+ }
+
+ Method [ <internal:redis> public method discard ] {
+ }
+
+ Method [ <internal:redis> public method exec ] {
+ }
+
+ Method [ <internal:redis> public method pipeline ] {
+ }
+
+ Method [ <internal:redis> public method watch ] {
+ }
+
+ Method [ <internal:redis> public method unwatch ] {
+ }
+
+ Method [ <internal:redis> public method publish ] {
+ }
+
+ Method [ <internal:redis> public method subscribe ] {
+ }
+
+ Method [ <internal:redis> public method psubscribe ] {
+ }
+
+ Method [ <internal:redis> public method unsubscribe ] {
+ }
+
+ Method [ <internal:redis> public method punsubscribe ] {
+ }
+
+ Method [ <internal:redis> public method time ] {
+ }
+
+ Method [ <internal:redis> public method eval ] {
+ }
+
+ Method [ <internal:redis> public method evalsha ] {
+ }
+
+ Method [ <internal:redis> public method script ] {
+ }
+
+ Method [ <internal:redis> public method dump ] {
+ }
+
+ Method [ <internal:redis> public method restore ] {
+ }
+
+ Method [ <internal:redis> public method migrate ] {
+ }
+
+ Method [ <internal:redis> public method getLastError ] {
+ }
+
+ Method [ <internal:redis> public method clearLastError ] {
+ }
+
+ Method [ <internal:redis> public method _prefix ] {
+ }
+
+ Method [ <internal:redis> public method _serialize ] {
+ }
+
+ Method [ <internal:redis> public method _unserialize ] {
+ }
+
+ Method [ <internal:redis> public method client ] {
+ }
+
+ Method [ <internal:redis> public method scan ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$i_iterator ]
+ Parameter #1 [ <optional> $str_pattern ]
+ Parameter #2 [ <optional> $i_count ]
+ }
+ }
+
+ Method [ <internal:redis> public method hscan ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str_key ]
+ Parameter #1 [ <required> &$i_iterator ]
+ Parameter #2 [ <optional> $str_pattern ]
+ Parameter #3 [ <optional> $i_count ]
+ }
+ }
+
+ Method [ <internal:redis> public method zscan ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str_key ]
+ Parameter #1 [ <required> &$i_iterator ]
+ Parameter #2 [ <optional> $str_pattern ]
+ Parameter #3 [ <optional> $i_count ]
+ }
+ }
+
+ Method [ <internal:redis> public method sscan ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str_key ]
+ Parameter #1 [ <required> &$i_iterator ]
+ Parameter #2 [ <optional> $str_pattern ]
+ Parameter #3 [ <optional> $i_count ]
+ }
+ }
+
+ Method [ <internal:redis> public method getOption ] {
+ }
+
+ Method [ <internal:redis> public method setOption ] {
+ }
+
+ Method [ <internal:redis> public method config ] {
+ }
+
+ Method [ <internal:redis> public method slowlog ] {
+ }
+
+ Method [ <internal:redis> public method getHost ] {
+ }
+
+ Method [ <internal:redis> public method getPort ] {
+ }
+
+ Method [ <internal:redis> public method getDBNum ] {
+ }
+
+ Method [ <internal:redis> public method getTimeout ] {
+ }
+
+ Method [ <internal:redis> public method getReadTimeout ] {
+ }
+
+ Method [ <internal:redis> public method getPersistentID ] {
+ }
+
+ Method [ <internal:redis> public method getAuth ] {
+ }
+
+ Method [ <internal:redis> public method isConnected ] {
+ }
+
+ Method [ <internal:redis> public method wait ] {
+ }
+
+ Method [ <internal:redis> public method pubsub ] {
+ }
+
+ Method [ <internal:redis> public method open ] {
+ }
+
+ Method [ <internal:redis> public method popen ] {
+ }
+
+ Method [ <internal:redis> public method lLen ] {
+ }
+
+ Method [ <internal:redis> public method sGetMembers ] {
+ }
+
+ Method [ <internal:redis> public method mget ] {
+ }
+
+ Method [ <internal:redis> public method expire ] {
+ }
+
+ Method [ <internal:redis> public method zunionstore ] {
+ }
+
+ Method [ <internal:redis> public method zinterstore ] {
+ }
+
+ Method [ <internal:redis> public method zRemove ] {
+ }
+
+ Method [ <internal:redis> public method zRem ] {
+ }
+
+ Method [ <internal:redis> public method zRemoveRangeByScore ] {
+ }
+
+ Method [ <internal:redis> public method zRemRangeByScore ] {
+ }
+
+ Method [ <internal:redis> public method zRemRangeByRank ] {
+ }
+
+ Method [ <internal:redis> public method zSize ] {
+ }
+
+ Method [ <internal:redis> public method substr ] {
+ }
+
+ Method [ <internal:redis> public method rename ] {
+ }
+
+ Method [ <internal:redis> public method del ] {
+ }
+
+ Method [ <internal:redis> public method keys ] {
+ }
+
+ Method [ <internal:redis> public method lrem ] {
+ }
+
+ Method [ <internal:redis> public method ltrim ] {
+ }
+
+ Method [ <internal:redis> public method lindex ] {
+ }
+
+ Method [ <internal:redis> public method lrange ] {
+ }
+
+ Method [ <internal:redis> public method scard ] {
+ }
+
+ Method [ <internal:redis> public method srem ] {
+ }
+
+ Method [ <internal:redis> public method sismember ] {
+ }
+
+ Method [ <internal:redis> public method zrevrange ] {
+ }
+
+ Method [ <internal:redis> public method sendEcho ] {
+ }
+
+ Method [ <internal:redis> public method evaluate ] {
+ }
+
+ Method [ <internal:redis> public method evaluateSha ] {
+ }
+ }
+ }
+
+ Class [ <internal:redis> class RedisArray ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [25] {
+ Method [ <internal:redis, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:redis> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <required> $arguments ]
+ }
+ }
+
+ Method [ <internal:redis> public method _hosts ] {
+ }
+
+ Method [ <internal:redis> public method _target ] {
+ }
+
+ Method [ <internal:redis> public method _instance ] {
+ }
+
+ Method [ <internal:redis> public method _function ] {
+ }
+
+ Method [ <internal:redis> public method _distributor ] {
+ }
+
+ Method [ <internal:redis> public method _rehash ] {
+ }
+
+ Method [ <internal:redis> public method select ] {
+ }
+
+ Method [ <internal:redis> public method info ] {
+ }
+
+ Method [ <internal:redis> public method ping ] {
+ }
+
+ Method [ <internal:redis> public method flushdb ] {
+ }
+
+ Method [ <internal:redis> public method flushall ] {
+ }
+
+ Method [ <internal:redis> public method mget ] {
+ }
+
+ Method [ <internal:redis> public method mset ] {
+ }
+
+ Method [ <internal:redis> public method del ] {
+ }
+
+ Method [ <internal:redis> public method getOption ] {
+ }
+
+ Method [ <internal:redis> public method setOption ] {
+ }
+
+ Method [ <internal:redis> public method keys ] {
+ }
+
+ Method [ <internal:redis> public method multi ] {
+ }
+
+ Method [ <internal:redis> public method exec ] {
+ }
+
+ Method [ <internal:redis> public method discard ] {
+ }
+
+ Method [ <internal:redis> public method unwatch ] {
+ }
+
+ Method [ <internal:redis> public method delete ] {
+ }
+
+ Method [ <internal:redis> public method getMultiple ] {
+ }
+ }
+ }
+
+ Class [ <internal:redis> class RedisException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+ }
+}
+