diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | efc96ba6f7d218b27cffad16dbac9b4073ba19c5 (patch) | |
tree | eeefb5e6e8130f104e6a5fb1f42a2755ad09b28a /REFLECTION | |
parent | f2a32fd0d48ef0c99769bc84c8e2a84359160d6f (diff) |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 268 |
1 files changed, 268 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5693e29 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,268 @@ +Extension [ <persistent> extension #105 memcache version 3.0.8 ] { + + - INI { + Entry [ memcache.allow_failover <ALL> ] + Current = '1' + } + Entry [ memcache.max_failover_attempts <ALL> ] + Current = '20' + } + Entry [ memcache.default_port <ALL> ] + Current = '11211' + } + Entry [ memcache.chunk_size <ALL> ] + Current = '32768' + } + Entry [ memcache.protocol <ALL> ] + Current = 'ascii' + } + Entry [ memcache.hash_strategy <ALL> ] + Current = 'consistent' + } + Entry [ memcache.hash_function <ALL> ] + Current = 'crc32' + } + Entry [ memcache.redundancy <ALL> ] + Current = '1' + } + Entry [ memcache.session_redundancy <ALL> ] + Current = '2' + } + Entry [ memcache.compress_threshold <ALL> ] + Current = '20000' + } + Entry [ memcache.lock_timeout <ALL> ] + 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 [ <internal:memcache> function memcache_connect ] { + } + Function [ <internal:memcache> function memcache_pconnect ] { + } + Function [ <internal:memcache> function memcache_add_server ] { + } + Function [ <internal:memcache> function memcache_set_server_params ] { + } + Function [ <internal:memcache> function memcache_set_failure_callback ] { + } + Function [ <internal:memcache> function memcache_get_server_status ] { + } + Function [ <internal:memcache> function memcache_get_version ] { + } + Function [ <internal:memcache> function memcache_add ] { + } + Function [ <internal:memcache> function memcache_set ] { + } + Function [ <internal:memcache> function memcache_replace ] { + } + Function [ <internal:memcache> function memcache_cas ] { + } + Function [ <internal:memcache> function memcache_append ] { + } + Function [ <internal:memcache> function memcache_prepend ] { + } + Function [ <internal:memcache> function memcache_get ] { + } + Function [ <internal:memcache> function memcache_delete ] { + } + Function [ <internal:memcache> function memcache_debug ] { + } + Function [ <internal:memcache> function memcache_get_stats ] { + } + Function [ <internal:memcache> function memcache_get_extended_stats ] { + } + Function [ <internal:memcache> function memcache_set_compress_threshold ] { + } + Function [ <internal:memcache> function memcache_increment ] { + } + Function [ <internal:memcache> function memcache_decrement ] { + } + Function [ <internal:memcache> function memcache_close ] { + } + Function [ <internal:memcache> function memcache_flush ] { + } + } + + - Classes [2] { + Class [ <internal:memcache> class MemcachePool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ <internal:memcache> public method connect ] { + } + + Method [ <internal:memcache> public method addserver ] { + } + + Method [ <internal:memcache> public method setserverparams ] { + } + + Method [ <internal:memcache> public method setfailurecallback ] { + } + + Method [ <internal:memcache> public method getserverstatus ] { + } + + Method [ <internal:memcache> public method findserver ] { + } + + Method [ <internal:memcache> public method getversion ] { + } + + Method [ <internal:memcache> public method add ] { + } + + Method [ <internal:memcache> public method set ] { + } + + Method [ <internal:memcache> public method replace ] { + } + + Method [ <internal:memcache> public method cas ] { + } + + Method [ <internal:memcache> public method append ] { + } + + Method [ <internal:memcache> public method prepend ] { + } + + Method [ <internal:memcache> public method get ] { + } + + Method [ <internal:memcache> public method delete ] { + } + + Method [ <internal:memcache> public method getstats ] { + } + + Method [ <internal:memcache> public method getextendedstats ] { + } + + Method [ <internal:memcache> public method setcompressthreshold ] { + } + + Method [ <internal:memcache> public method increment ] { + } + + Method [ <internal:memcache> public method decrement ] { + } + + Method [ <internal:memcache> public method close ] { + } + + Method [ <internal:memcache> public method flush ] { + } + } + } + + Class [ <internal:memcache> class Memcache extends MemcachePool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ <internal:memcache, overwrites MemcachePool, prototype MemcachePool> public method connect ] { + } + + Method [ <internal:memcache> public method pconnect ] { + } + + Method [ <internal:memcache, overwrites MemcachePool, prototype MemcachePool> public method addserver ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method setserverparams ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method setfailurecallback ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method getserverstatus ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method findserver ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method getversion ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method add ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method set ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method replace ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method cas ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method append ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method prepend ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method get ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method delete ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method getstats ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method getextendedstats ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method setcompressthreshold ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method increment ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method decrement ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method close ] { + } + + Method [ <internal:memcache, inherits MemcachePool> public method flush ] { + } + } + } + } +} + |