diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-10 14:15:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-10 14:15:25 +0200 |
commit | 9fdd78eeb4afe153ac819b4a8b4677013cf1cd28 (patch) | |
tree | dca82e8bd24eca4f3b20062cba07636e3273ca85 /REFLECTION | |
parent | 6b5c2dac357c867341f0a1c0e420ec6a9e729114 (diff) |
v1.15.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #159 zip version 1.14.0 ] { +Extension [ <persistent> extension #163 zip version 1.15.0 ] { - Functions { Function [ <internal:zip> function zip_open ] { @@ -67,7 +67,7 @@ Extension [ <persistent> extension #159 zip version 1.14.0 ] { } - Classes [1] { - Class [ <internal:zip> class ZipArchive ] { + Class [ <internal:zip> class ZipArchive implements Countable ] { - Constants [79] { Constant [ integer CREATE ] { 1 } @@ -165,7 +165,7 @@ Extension [ <persistent> extension #159 zip version 1.14.0 ] { Property [ <default> public $comment ] } - - Methods [39] { + - Methods [40] { Method [ <internal:zip> public method open ] { - Parameters [2] { @@ -187,6 +187,12 @@ Extension [ <persistent> extension #159 zip version 1.14.0 ] { } } + Method [ <internal:zip, prototype Countable> public method count ] { + + - Parameters [0] { + } + } + Method [ <internal:zip> public method getStatusString ] { - Parameters [0] { |