Skip to content

Commit 8e5c40a

Browse files
committed
refresh reflection
1 parent 3ddacae commit 8e5c40a

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

REFLECTION

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Extension [ <persistent> extension #15 zip version 1.18.1 ] {
1+
Extension [ <persistent> extension #103 zip version 1.19.0 ] {
22

33
- Functions {
44
Function [ <internal:zip> function zip_open ] {
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #15 zip version 1.18.1 ] {
6969
- Classes [1] {
7070
Class [ <internal:zip> class ZipArchive implements Countable ] {
7171

72-
- Constants [98] {
72+
- Constants [100] {
7373
Constant [ public int CREATE ] { 1 }
7474
Constant [ public int EXCL ] { 2 }
7575
Constant [ public int CHECKCONS ] { 4 }
@@ -164,16 +164,33 @@ Extension [ <persistent> extension #15 zip version 1.18.1 ] {
164164
Constant [ public int OPSYS_OS_X ] { 19 }
165165
Constant [ public int OPSYS_DEFAULT ] { 3 }
166166
Constant [ public int EM_NONE ] { 0 }
167+
Constant [ public int EM_TRAD_PKWARE ] { 1 }
167168
Constant [ public int EM_AES_128 ] { 257 }
168169
Constant [ public int EM_AES_192 ] { 258 }
169170
Constant [ public int EM_AES_256 ] { 259 }
170-
Constant [ public string LIBZIP_VERSION ] { 1.6.1 }
171+
Constant [ public int EM_UNKNOWN ] { 65535 }
172+
Constant [ public string LIBZIP_VERSION ] { 1.7.0 }
171173
}
172174

173175
- Static properties [0] {
174176
}
175177

176-
- Static methods [0] {
178+
- Static methods [2] {
179+
Method [ <internal:zip> static public method isCompressionMethodSupported ] {
180+
181+
- Parameters [2] {
182+
Parameter #0 [ <required> $method ]
183+
Parameter #1 [ <optional> $encode ]
184+
}
185+
}
186+
187+
Method [ <internal:zip> static public method isEncryptionMethodSupported ] {
188+
189+
- Parameters [2] {
190+
Parameter #0 [ <required> $method ]
191+
Parameter #1 [ <optional> $encode ]
192+
}
193+
}
177194
}
178195

179196
- Properties [6] {

0 commit comments

Comments
 (0)