summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION26
1 files changed, 24 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 1735c82..7edd9f6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #66 zip version 1.19.5 ] {
+Extension [ <persistent> extension #66 zip version 1.20.0-dev ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
@@ -203,7 +203,7 @@ Extension [ <persistent> extension #66 zip version 1.19.5 ] {
Property [ <default> public $comment ]
}
- - Methods [45] {
+ - Methods [48] {
Method [ <internal:zip> public method open ] {
- Parameters [2] {
@@ -237,6 +237,12 @@ Extension [ <persistent> extension #66 zip version 1.19.5 ] {
}
}
+ Method [ <internal:zip> public method clearError ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:zip> public method addEmptyDir ] {
- Parameters [2] {
@@ -454,6 +460,22 @@ Extension [ <persistent> extension #66 zip version 1.19.5 ] {
}
}
+ Method [ <internal:zip> public method getStreamName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entryname ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method getStreamIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
Method [ <internal:zip> public method getStream ] {
- Parameters [1] {