diff options
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] { |