diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 31 | 
1 files changed, 25 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #101 zip version 1.17.2 ] { +Extension [ <persistent> extension #101 zip version 1.18.0RC1 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -69,7 +69,7 @@ Extension [ <persistent> extension #101 zip version 1.17.2 ] {    - Classes [1] {      Class [ <internal:zip> class ZipArchive implements Countable ] { -      - Constants [93] { +      - Constants [98] {          Constant [ public int CREATE ] { 1 }          Constant [ public int EXCL ] { 2 }          Constant [ public int CHECKCONS ] { 4 } @@ -79,6 +79,11 @@ Extension [ <persistent> extension #101 zip version 1.17.2 ] {          Constant [ public int FL_NODIR ] { 2 }          Constant [ public int FL_COMPRESSED ] { 4 }          Constant [ public int FL_UNCHANGED ] { 8 } +        Constant [ public int FL_RECOMPRESS ] { 16 } +        Constant [ public int FL_ENCRYPTED ] { 32 } +        Constant [ public int FL_OVERWRITE ] { 8192 } +        Constant [ public int FL_LOCAL ] { 256 } +        Constant [ public int FL_CENTRAL ] { 512 }          Constant [ public int FL_ENC_GUESS ] { 0 }          Constant [ public int FL_ENC_RAW ] { 64 }          Constant [ public int FL_ENC_STRICT ] { 128 } @@ -179,7 +184,7 @@ Extension [ <persistent> extension #101 zip version 1.17.2 ] {          Property [ <default> public $comment ]        } -      - Methods [44] { +      - Methods [45] {          Method [ <internal:zip> public method open ] {            - Parameters [2] { @@ -215,26 +220,29 @@ Extension [ <persistent> extension #101 zip version 1.17.2 ] {          Method [ <internal:zip> public method addEmptyDir ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $dirname ] +            Parameter #1 [ <optional> $flags ]            }          }          Method [ <internal:zip> public method addFromString ] { -          - Parameters [2] { +          - Parameters [3] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <required> $content ] +            Parameter #2 [ <optional> $flags ]            }          }          Method [ <internal:zip> public method addFile ] { -          - Parameters [4] { +          - Parameters [5] {              Parameter #0 [ <required> $filepath ]              Parameter #1 [ <optional> $entryname ]              Parameter #2 [ <optional> $start ]              Parameter #3 [ <optional> $length ] +            Parameter #4 [ <optional> $flags ]            }          } @@ -272,6 +280,17 @@ Extension [ <persistent> extension #101 zip version 1.17.2 ] {            }          } +        Method [ <internal:zip> public method replaceFile ] { + +          - Parameters [5] { +            Parameter #0 [ <required> $filepath ] +            Parameter #1 [ <required> $index ] +            Parameter #2 [ <optional> $start ] +            Parameter #3 [ <optional> $length ] +            Parameter #4 [ <optional> $flags ] +          } +        } +          Method [ <internal:zip> public method setArchiveComment ] {            - Parameters [1] {  | 
