diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-16 17:35:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-16 17:35:53 +0200 |
commit | 11719e1240fe8e34020c256e4c49aef052cf0b7c (patch) | |
tree | 6e0a5907ed926f15fbf4cc19ab593f7fa407b801 /REFLECTION-DEV | |
parent | 1c4daa9198ef397995ba21f540842e5f7796b2b9 (diff) |
php-pecl-yac: 0.9.3-dev for php 7
Diffstat (limited to 'REFLECTION-DEV')
-rw-r--r-- | REFLECTION-DEV | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/REFLECTION-DEV b/REFLECTION-DEV new file mode 100644 index 0000000..8c8af55 --- /dev/null +++ b/REFLECTION-DEV @@ -0,0 +1,110 @@ +Extension [ <persistent> extension #89 yac version 0.9.3-dev ] { + + - INI { + Entry [ yac.enable <SYSTEM> ] + Current = '1' + } + Entry [ yac.debug <ALL> ] + Current = '0' + } + Entry [ yac.keys_memory_size <SYSTEM> ] + Current = '4M' + } + Entry [ yac.values_memory_size <SYSTEM> ] + Current = '64M' + } + Entry [ yac.compress_threshold <SYSTEM> ] + Current = '-1' + } + Entry [ yac.enable_cli <SYSTEM> ] + Current = '0' + } + } + + - Constants [5] { + Constant [ string YAC_VERSION ] { 0.9.3-dev } + Constant [ integer YAC_MAX_KEY_LEN ] { 48 } + Constant [ integer YAC_MAX_VALUE_RAW_LEN ] { 67108863 } + Constant [ integer YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } + Constant [ string YAC_SERIALIZER ] { PHP } + } + + - Classes [1] { + Class [ <internal:yac> class Yac ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_prefix ] + } + + - Methods [8] { + Method [ <internal:yac, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:yac> public method add ] { + + - Parameters [3] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $value ] + Parameter #2 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $value ] + Parameter #2 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $keys ] + } + } + + Method [ <internal:yac> public method delete ] { + + - Parameters [2] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method flush ] { + + - Parameters [0] { + } + } + + Method [ <internal:yac> public method info ] { + + - Parameters [0] { + } + } + + Method [ <internal:yac> public method dump ] { + + - Parameters [0] { + } + } + } + } + } +} + |