From 9fdd78eeb4afe153ac819b4a8b4677013cf1cd28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jul 2017 14:15:25 +0200 Subject: v1.15.0 --- REFLECTION | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a2d9aed..760aa4e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #159 zip version 1.14.0 ] { +Extension [ extension #163 zip version 1.15.0 ] { - Functions { Function [ function zip_open ] { @@ -67,7 +67,7 @@ Extension [ extension #159 zip version 1.14.0 ] { } - Classes [1] { - Class [ class ZipArchive ] { + Class [ class ZipArchive implements Countable ] { - Constants [79] { Constant [ integer CREATE ] { 1 } @@ -165,7 +165,7 @@ Extension [ extension #159 zip version 1.14.0 ] { Property [ public $comment ] } - - Methods [39] { + - Methods [40] { Method [ public method open ] { - Parameters [2] { @@ -187,6 +187,12 @@ Extension [ extension #159 zip version 1.14.0 ] { } } + Method [ public method count ] { + + - Parameters [0] { + } + } + Method [ public method getStatusString ] { - Parameters [0] { -- cgit