diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-09-07 14:54:30 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-09-07 14:54:30 +0200 | 
| commit | 3ed3a14aa6eb49b40121d6b5edd63971d4f84c8d (patch) | |
| tree | 4c516f7f6133c9e6e5f755b0eb322a17782bd56f | |
| parent | fb1e0d3b709a7651e55f5cc0a1d4898800d14240 (diff) | |
php-pecl-zip: 1.13.0 (reflection)
| -rw-r--r-- | REFLECTION | 22 | 
1 files changed, 20 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #177 zip version 1.12.5 ] { +Extension [ <persistent> extension #182 zip version 1.13.0 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -151,7 +151,7 @@ Extension [ <persistent> extension #177 zip version 1.12.5 ] {        - Properties [0] {        } -      - Methods [35] { +      - Methods [37] {          Method [ <internal:zip> public method open ] {            - Parameters [2] { @@ -428,6 +428,24 @@ Extension [ <persistent> extension #177 zip version 1.12.5 ] {              Parameter #3 [ <optional> $flags ]            }          } + +        Method [ <internal:zip> public method setCompressionName ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> $method ] +            Parameter #2 [ <optional> $compflags ] +          } +        } + +        Method [ <internal:zip> public method setCompressionIndex ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $index ] +            Parameter #1 [ <required> $method ] +            Parameter #2 [ <optional> $compflags ] +          } +        }        }      }    }  | 
