diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #66 zip version 1.22.1 ] { +Extension [ <persistent> extension #66 zip version 1.22.2 ] { - Functions { Function [ <internal, deprecated:zip> function zip_open ] { @@ -77,7 +77,7 @@ Extension [ <persistent> extension #66 zip version 1.22.1 ] { - Classes [1] { Class [ <internal:zip> class ZipArchive implements Countable ] { - - Constants [107] { + - Constants [109] { Constant [ public int CREATE ] { 1 } Constant [ public int EXCL ] { 2 } Constant [ public int CHECKCONS ] { 4 } @@ -184,7 +184,9 @@ Extension [ <persistent> extension #66 zip version 1.22.1 ] { Constant [ public int EM_AES_192 ] { 258 } Constant [ public int EM_AES_256 ] { 259 } Constant [ public int EM_UNKNOWN ] { 65535 } - Constant [ public string LIBZIP_VERSION ] { 1.10.0 } + Constant [ public string LIBZIP_VERSION ] { 1.10.1 } + Constant [ public int LENGTH_TO_END ] { 0 } + Constant [ public int LENGTH_UNCHECKED ] { -2 } } - Static properties [0] { @@ -290,7 +292,7 @@ Extension [ <persistent> extension #66 zip version 1.22.1 ] { Parameter #0 [ <required> string $filepath ] Parameter #1 [ <optional> string $entryname = "" ] Parameter #2 [ <optional> int $start = 0 ] - Parameter #3 [ <optional> int $length = 0 ] + Parameter #3 [ <optional> int $length = ZipArchive::LENGTH_TO_END ] Parameter #4 [ <optional> int $flags = ZipArchive::FL_OVERWRITE ] } - Tentative return [ bool ] @@ -302,7 +304,7 @@ Extension [ <persistent> extension #66 zip version 1.22.1 ] { Parameter #0 [ <required> string $filepath ] Parameter #1 [ <required> int $index ] Parameter #2 [ <optional> int $start = 0 ] - Parameter #3 [ <optional> int $length = 0 ] + Parameter #3 [ <optional> int $length = ZipArchive::LENGTH_TO_END ] Parameter #4 [ <optional> int $flags = 0 ] } - Tentative return [ bool ] |