From 74c1697cce8600877035cce55273a091ffa3020f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Apr 2017 06:56:02 +0200 Subject: v1.14.0 (stable) --- REFLECTION | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 691b222..a2d9aed 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 zip version 1.13.5 ] { +Extension [ extension #159 zip version 1.14.0 ] { - Functions { Function [ function zip_open ] { @@ -69,7 +69,7 @@ Extension [ extension #140 zip version 1.13.5 ] { - Classes [1] { Class [ class ZipArchive ] { - - Constants [75] { + - Constants [79] { Constant [ integer CREATE ] { 1 } Constant [ integer EXCL ] { 2 } Constant [ integer CHECKCONS ] { 4 } @@ -145,6 +145,10 @@ Extension [ extension #140 zip version 1.13.5 ] { Constant [ integer OPSYS_OS_400 ] { 18 } Constant [ integer OPSYS_OS_X ] { 19 } Constant [ integer OPSYS_DEFAULT ] { 3 } + Constant [ integer EM_NONE ] { 0 } + Constant [ integer EM_AES_128 ] { 257 } + Constant [ integer EM_AES_192 ] { 258 } + Constant [ integer EM_AES_256 ] { 259 } } - Static properties [0] { @@ -153,10 +157,15 @@ Extension [ extension #140 zip version 1.13.5 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ public $status ] + Property [ public $statusSys ] + Property [ public $numFiles ] + Property [ public $filename ] + Property [ public $comment ] } - - Methods [37] { + - Methods [39] { Method [ public method open ] { - Parameters [2] { @@ -451,6 +460,24 @@ Extension [ extension #140 zip version 1.13.5 ] { Parameter #2 [ $compflags ] } } + + Method [ public method setEncryptionName ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + } + } + + Method [ public method setEncryptionIndex ] { + + - Parameters [3] { + Parameter #0 [ $index ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + } + } } } } -- cgit