diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 19 | 
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 zip version 1.16.1 ] { +Extension [ <persistent> extension #98 zip version 1.17.0 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -178,7 +178,7 @@ Extension [ <persistent> extension #98 zip version 1.16.1 ] {          Property [ <default> public $comment ]        } -      - Methods [42] { +      - Methods [44] {          Method [ <internal:zip> public method open ] {            - Parameters [2] { @@ -515,6 +515,21 @@ Extension [ <persistent> extension #98 zip version 1.16.1 ] {              Parameter #2 [ <optional> $password ]            }          } + +        Method [ <internal:zip> public method registerProgressCallback ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $rate ] +            Parameter #1 [ <required> $callback ] +          } +        } + +        Method [ <internal:zip> public method registerCancelCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        }        }      }    }  | 
