diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 98 |
1 files changed, 49 insertions, 49 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 apcu version 5.1.18 ] { +Extension [ <persistent> extension #70 apcu version 5.1.19 ] { - INI { Entry [ apc.enabled <SYSTEM> ] @@ -23,7 +23,7 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { Current = '0' } Entry [ apc.mmap_file_mask <SYSTEM> ] - Current = '/tmp/apc.WBmQ7j' + Current = '/tmp/apc.XXXXXX' } Entry [ apc.enable_cli <SYSTEM> ] Current = '1' @@ -38,7 +38,7 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { Current = '0' } Entry [ apc.use_request_time <ALL> ] - Current = '1' + Current = '0' } Entry [ apc.serializer <SYSTEM> ] Current = 'php' @@ -46,37 +46,31 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { } - Constants [16] { - Constant [ integer ] { 139698354347520 } - Constant [ integer APC_LIST_ACTIVE ] { 1 } - Constant [ integer APC_LIST_DELETED ] { 2 } - Constant [ integer APC_ITER_TYPE ] { 1 } - Constant [ integer APC_ITER_KEY ] { 2 } - Constant [ integer APC_ITER_VALUE ] { 4 } - Constant [ integer APC_ITER_NUM_HITS ] { 8 } - Constant [ integer APC_ITER_MTIME ] { 16 } - Constant [ integer APC_ITER_CTIME ] { 32 } - Constant [ integer APC_ITER_DTIME ] { 64 } - Constant [ integer APC_ITER_ATIME ] { 128 } - Constant [ integer APC_ITER_REFCOUNT ] { 256 } - Constant [ integer APC_ITER_MEM_SIZE ] { 512 } - Constant [ integer APC_ITER_TTL ] { 1024 } - Constant [ integer APC_ITER_NONE ] { 0 } - Constant [ integer APC_ITER_ALL ] { 4294967295 } + Constant [ int ] { 139998570082400 } + Constant [ int APC_LIST_ACTIVE ] { 1 } + Constant [ int APC_LIST_DELETED ] { 2 } + Constant [ int APC_ITER_TYPE ] { 1 } + Constant [ int APC_ITER_KEY ] { 2 } + Constant [ int APC_ITER_VALUE ] { 4 } + Constant [ int APC_ITER_NUM_HITS ] { 8 } + Constant [ int APC_ITER_MTIME ] { 16 } + Constant [ int APC_ITER_CTIME ] { 32 } + Constant [ int APC_ITER_DTIME ] { 64 } + Constant [ int APC_ITER_ATIME ] { 128 } + Constant [ int APC_ITER_REFCOUNT ] { 256 } + Constant [ int APC_ITER_MEM_SIZE ] { 512 } + Constant [ int APC_ITER_TTL ] { 1024 } + Constant [ int APC_ITER_NONE ] { 0 } + Constant [ int APC_ITER_ALL ] { 4294967295 } } - Functions { - Function [ <internal:apcu> function apcu_cache_info ] { - - - Parameters [1] { - Parameter #0 [ <optional> $limited ] - } - } Function [ <internal:apcu> function apcu_clear_cache ] { - Parameters [0] { } } - Function [ <internal:apcu> function apcu_sma_info ] { + Function [ <internal:apcu> function apcu_cache_info ] { - Parameters [1] { Parameter #0 [ <optional> $limited ] @@ -88,6 +82,12 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { Parameter #0 [ <required> $key ] } } + Function [ <internal:apcu> function apcu_sma_info ] { + + - Parameters [1] { + Parameter #0 [ <optional> $limited ] + } + } Function [ <internal:apcu> function apcu_enabled ] { - Parameters [0] { @@ -97,28 +97,15 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { - Parameters [3] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $var ] + Parameter #1 [ <optional> $value ] Parameter #2 [ <optional> $ttl ] } } - Function [ <internal:apcu> function apcu_fetch ] { - - - Parameters [2] { - Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> &$success ] - } - } - Function [ <internal:apcu> function apcu_delete ] { - - - Parameters [1] { - Parameter #0 [ <required> $keys ] - } - } Function [ <internal:apcu> function apcu_add ] { - Parameters [3] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $var ] + Parameter #1 [ <optional> $value ] Parameter #2 [ <optional> $ttl ] } } @@ -148,24 +135,37 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { Parameter #2 [ <required> $new ] } } + Function [ <internal:apcu> function apcu_fetch ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <optional> &$success ] + } + } Function [ <internal:apcu> function apcu_exists ] { - Parameters [1] { - Parameter #0 [ <required> $keys ] + Parameter #0 [ <required> $key ] + } + } + Function [ <internal:apcu> function apcu_delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] } } Function [ <internal:apcu> function apcu_entry ] { - Parameters [3] { Parameter #0 [ <required> $key ] - Parameter #1 [ <required> callable $generator ] - Parameter #2 [ <optional> integer $ttl ] + Parameter #1 [ <required> $callback ] + Parameter #2 [ <optional> $ttl ] } } } - Classes [1] { - Class [ <internal:apcu> <iterateable> class APCuIterator implements Iterator, Traversable ] { + Class [ <internal:apcu> <iterateable> class APCUIterator implements Iterator, Traversable ] { - Constants [0] { } @@ -196,25 +196,25 @@ Extension [ <persistent> extension #74 apcu version 5.1.18 ] { } } - Method [ <internal:apcu, prototype Iterator> public method current ] { + Method [ <internal:apcu, prototype Iterator> public method next ] { - Parameters [0] { } } - Method [ <internal:apcu, prototype Iterator> public method key ] { + Method [ <internal:apcu, prototype Iterator> public method valid ] { - Parameters [0] { } } - Method [ <internal:apcu, prototype Iterator> public method next ] { + Method [ <internal:apcu, prototype Iterator> public method key ] { - Parameters [0] { } } - Method [ <internal:apcu, prototype Iterator> public method valid ] { + Method [ <internal:apcu, prototype Iterator> public method current ] { - Parameters [0] { } |