From 3afbd0c1c6cb82291e30eae221817529300809f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Oct 2021 14:09:25 +0200 Subject: test build for 1.20.0-dev --- REFLECTION | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1735c82..7edd9f6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #66 zip version 1.19.5 ] { +Extension [ extension #66 zip version 1.20.0-dev ] { - Functions { Function [ function zip_open ] { @@ -203,7 +203,7 @@ Extension [ extension #66 zip version 1.19.5 ] { Property [ public $comment ] } - - Methods [45] { + - Methods [48] { Method [ public method open ] { - Parameters [2] { @@ -237,6 +237,12 @@ Extension [ extension #66 zip version 1.19.5 ] { } } + Method [ public method clearError ] { + + - Parameters [0] { + } + } + Method [ public method addEmptyDir ] { - Parameters [2] { @@ -454,6 +460,22 @@ Extension [ extension #66 zip version 1.19.5 ] { } } + Method [ public method getStreamName ] { + + - Parameters [2] { + Parameter #0 [ $entryname ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getStreamIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $flags ] + } + } + Method [ public method getStream ] { - Parameters [1] { -- cgit