diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-31 09:22:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-31 09:22:24 +0100 |
commit | 95baaa8f6fc6b61c8e7985c84d6ca2c351d7a58c (patch) | |
tree | 743052f98a7e436a39d6e223774d4bd507134819 /REFLECTION | |
parent | 448078a4c627056d1963a3e514a54b6466821a17 (diff) |
v1.17.0
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 ] + } + } } } } |