diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 78 | 
1 files changed, 50 insertions, 28 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #68 apcu version 5.1.21 ] { +Extension [ <persistent> extension #68 apcu version 5.1.22 ] {    - INI {      Entry [ apc.enabled <SYSTEM> ] @@ -46,7 +46,7 @@ Extension [ <persistent> extension #68 apcu version 5.1.21 ] {    }    - Constants [16] { -    Constant [ int  ] { 140118005428656 } +    Constant [ int  ] { 139969585086944 }      Constant [ int APC_LIST_ACTIVE ] { 1 }      Constant [ int APC_LIST_DELETED ] { 2 }      Constant [ int APC_ITER_TYPE ] { 1 } @@ -69,98 +69,112 @@ Extension [ <persistent> extension #68 apcu version 5.1.21 ] {        - Parameters [0] {        } +      - Return [ bool ]      }      Function [ <internal:apcu> function apcu_cache_info ] {        - Parameters [1] { -        Parameter #0 [ <optional> $limited ] +        Parameter #0 [ <optional> bool $limited = false ]        } +      - Return [ array|false ]      }      Function [ <internal:apcu> function apcu_key_info ] {        - Parameters [1] { -        Parameter #0 [ <required> $key ] +        Parameter #0 [ <required> string $key ]        } +      - Return [ ?array ]      }      Function [ <internal:apcu> function apcu_sma_info ] {        - Parameters [1] { -        Parameter #0 [ <optional> $limited ] +        Parameter #0 [ <optional> bool $limited = false ]        } +      - Return [ array|false ]      }      Function [ <internal:apcu> function apcu_enabled ] {        - Parameters [0] {        } +      - Return [ bool ]      }      Function [ <internal:apcu> function apcu_store ] {        - Parameters [3] {          Parameter #0 [ <required> $key ] -        Parameter #1 [ <optional> $value ] -        Parameter #2 [ <optional> $ttl ] +        Parameter #1 [ <optional> mixed $value = <default> ] +        Parameter #2 [ <optional> int $ttl = 0 ]        } +      - Return [ array|bool ]      }      Function [ <internal:apcu> function apcu_add ] {        - Parameters [3] {          Parameter #0 [ <required> $key ] -        Parameter #1 [ <optional> $value ] -        Parameter #2 [ <optional> $ttl ] +        Parameter #1 [ <optional> mixed $value = <default> ] +        Parameter #2 [ <optional> int $ttl = 0 ]        } +      - Return [ array|bool ]      }      Function [ <internal:apcu> function apcu_inc ] {        - Parameters [4] { -        Parameter #0 [ <required> $key ] -        Parameter #1 [ <optional> $step ] -        Parameter #2 [ <optional> &$success ] -        Parameter #3 [ <optional> $ttl ] +        Parameter #0 [ <required> string $key ] +        Parameter #1 [ <optional> int $step = 1 ] +        Parameter #2 [ <optional> &$success = null ] +        Parameter #3 [ <optional> int $ttl = 0 ]        } +      - Return [ int|false ]      }      Function [ <internal:apcu> function apcu_dec ] {        - Parameters [4] { -        Parameter #0 [ <required> $key ] -        Parameter #1 [ <optional> $step ] -        Parameter #2 [ <optional> &$success ] -        Parameter #3 [ <optional> $ttl ] +        Parameter #0 [ <required> string $key ] +        Parameter #1 [ <optional> int $step = 1 ] +        Parameter #2 [ <optional> &$success = null ] +        Parameter #3 [ <optional> int $ttl = 0 ]        } +      - Return [ int|false ]      }      Function [ <internal:apcu> function apcu_cas ] {        - Parameters [3] { -        Parameter #0 [ <required> $key ] -        Parameter #1 [ <required> $old ] -        Parameter #2 [ <required> $new ] +        Parameter #0 [ <required> string $key ] +        Parameter #1 [ <required> int $old ] +        Parameter #2 [ <required> int $new ]        } +      - Return [ bool ]      }      Function [ <internal:apcu> function apcu_fetch ] {        - Parameters [2] {          Parameter #0 [ <required> $key ] -        Parameter #1 [ <optional> &$success ] +        Parameter #1 [ <optional> &$success = null ]        } +      - Return [ mixed ]      }      Function [ <internal:apcu> function apcu_exists ] {        - Parameters [1] {          Parameter #0 [ <required> $key ]        } +      - Return [ array|bool ]      }      Function [ <internal:apcu> function apcu_delete ] {        - Parameters [1] {          Parameter #0 [ <required> $key ]        } +      - Return [ array|bool ]      }      Function [ <internal:apcu> function apcu_entry ] {        - Parameters [3] { -        Parameter #0 [ <required> $key ] -        Parameter #1 [ <required> $callback ] -        Parameter #2 [ <optional> $ttl ] +        Parameter #0 [ <required> string $key ] +        Parameter #1 [ <required> callable $callback ] +        Parameter #2 [ <optional> int $ttl = 0 ]        } +      - Return [ mixed ]      }    } @@ -183,10 +197,10 @@ Extension [ <persistent> extension #68 apcu version 5.1.21 ] {          Method [ <internal:apcu, ctor> public method __construct ] {            - Parameters [4] { -            Parameter #0 [ <optional> $search ] -            Parameter #1 [ <optional> $format ] -            Parameter #2 [ <optional> $chunk_size ] -            Parameter #3 [ <optional> $list ] +            Parameter #0 [ <optional> $search = null ] +            Parameter #1 [ <optional> int $format = APC_ITER_ALL ] +            Parameter #2 [ <optional> int $chunk_size = 0 ] +            Parameter #3 [ <optional> int $list = APC_LIST_ACTIVE ]            }          } @@ -194,48 +208,56 @@ Extension [ <persistent> extension #68 apcu version 5.1.21 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:apcu, prototype Iterator> public method next ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:apcu, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Return [ bool ]          }          Method [ <internal:apcu, prototype Iterator> public method key ] {            - Parameters [0] {            } +          - Return [ string|int ]          }          Method [ <internal:apcu, prototype Iterator> public method current ] {            - Parameters [0] {            } +          - Return [ mixed ]          }          Method [ <internal:apcu> public method getTotalHits ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:apcu> public method getTotalSize ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:apcu> public method getTotalCount ] {            - Parameters [0] {            } +          - Return [ int ]          }        }      } | 
