From efc96ba6f7d218b27cffad16dbac9b4073ba19c5 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 | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5693e29 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,268 @@ +Extension [ extension #105 memcache version 3.0.8 ] { + + - INI { + Entry [ memcache.allow_failover ] + Current = '1' + } + Entry [ memcache.max_failover_attempts ] + Current = '20' + } + Entry [ memcache.default_port ] + Current = '11211' + } + Entry [ memcache.chunk_size ] + Current = '32768' + } + Entry [ memcache.protocol ] + Current = 'ascii' + } + Entry [ memcache.hash_strategy ] + Current = 'consistent' + } + Entry [ memcache.hash_function ] + Current = 'crc32' + } + Entry [ memcache.redundancy ] + Current = '1' + } + Entry [ memcache.session_redundancy ] + Current = '2' + } + Entry [ memcache.compress_threshold ] + Current = '20000' + } + Entry [ memcache.lock_timeout ] + Current = '15' + } + } + + - Constants [6] { + Constant [ integer MEMCACHE_COMPRESSED ] { 2 } + Constant [ integer MEMCACHE_USER1 ] { 65536 } + Constant [ integer MEMCACHE_USER2 ] { 131072 } + Constant [ integer MEMCACHE_USER3 ] { 262144 } + Constant [ integer MEMCACHE_USER4 ] { 524288 } + Constant [ integer MEMCACHE_HAVE_SESSION ] { 1 } + } + + - Functions { + Function [ function memcache_connect ] { + } + Function [ function memcache_pconnect ] { + } + Function [ function memcache_add_server ] { + } + Function [ function memcache_set_server_params ] { + } + Function [ function memcache_set_failure_callback ] { + } + Function [ function memcache_get_server_status ] { + } + Function [ function memcache_get_version ] { + } + Function [ function memcache_add ] { + } + Function [ function memcache_set ] { + } + Function [ function memcache_replace ] { + } + Function [ function memcache_cas ] { + } + Function [ function memcache_append ] { + } + Function [ function memcache_prepend ] { + } + Function [ function memcache_get ] { + } + Function [ function memcache_delete ] { + } + Function [ function memcache_debug ] { + } + Function [ function memcache_get_stats ] { + } + Function [ function memcache_get_extended_stats ] { + } + Function [ function memcache_set_compress_threshold ] { + } + Function [ function memcache_increment ] { + } + Function [ function memcache_decrement ] { + } + Function [ function memcache_close ] { + } + Function [ function memcache_flush ] { + } + } + + - Classes [2] { + Class [ class MemcachePool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method connect ] { + } + + Method [ public method addserver ] { + } + + Method [ public method setserverparams ] { + } + + Method [ public method setfailurecallback ] { + } + + Method [ public method getserverstatus ] { + } + + Method [ public method findserver ] { + } + + Method [ public method getversion ] { + } + + Method [ public method add ] { + } + + Method [ public method set ] { + } + + Method [ public method replace ] { + } + + Method [ public method cas ] { + } + + Method [ public method append ] { + } + + Method [ public method prepend ] { + } + + Method [ public method get ] { + } + + Method [ public method delete ] { + } + + Method [ public method getstats ] { + } + + Method [ public method getextendedstats ] { + } + + Method [ public method setcompressthreshold ] { + } + + Method [ public method increment ] { + } + + Method [ public method decrement ] { + } + + Method [ public method close ] { + } + + Method [ public method flush ] { + } + } + } + + Class [ class Memcache extends MemcachePool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ public method connect ] { + } + + Method [ public method pconnect ] { + } + + Method [ public method addserver ] { + } + + Method [ public method setserverparams ] { + } + + Method [ public method setfailurecallback ] { + } + + Method [ public method getserverstatus ] { + } + + Method [ public method findserver ] { + } + + Method [ public method getversion ] { + } + + Method [ public method add ] { + } + + Method [ public method set ] { + } + + Method [ public method replace ] { + } + + Method [ public method cas ] { + } + + Method [ public method append ] { + } + + Method [ public method prepend ] { + } + + Method [ public method get ] { + } + + Method [ public method delete ] { + } + + Method [ public method getstats ] { + } + + Method [ public method getextendedstats ] { + } + + Method [ public method setcompressthreshold ] { + } + + Method [ public method increment ] { + } + + Method [ public method decrement ] { + } + + Method [ public method close ] { + } + + Method [ public method flush ] { + } + } + } + } +} + -- cgit