From 72e059c96b6370e61c75da410942c5f25ca1cdb9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Feb 2018 10:42:46 +0100 Subject: cleanup --- REFLECTION-PHP7 | 200 -------------------------------------------------------- 1 file changed, 200 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 75b1adb..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,200 +0,0 @@ -Extension [ extension #75 rrd version 2.0.1 ] { - - - Functions { - Function [ function rrd_update ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $options ] - } - } - Function [ function rrd_create ] { - - - Parameters [2] { - Parameter #0 [ $filename ] - Parameter #1 [ $options ] - } - } - Function [ function rrd_graph ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $options ] - } - } - Function [ function rrd_error ] { - } - Function [ function rrd_fetch ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $options ] - } - } - Function [ function rrd_first ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $raaindex ] - } - } - Function [ function rrd_info ] { - - - Parameters [1] { - Parameter #0 [ $file ] - } - } - Function [ function rrd_last ] { - - - Parameters [1] { - Parameter #0 [ $file ] - } - } - Function [ function rrd_lastupdate ] { - - - Parameters [1] { - Parameter #0 [ $file ] - } - } - Function [ function rrd_restore ] { - - - Parameters [3] { - Parameter #0 [ $xml_file ] - Parameter #1 [ $rrd_file ] - Parameter #2 [ $options ] - } - } - Function [ function rrd_tune ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $options ] - } - } - Function [ function rrd_xport ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } - Function [ function rrdc_disconnect ] { - } - Function [ function rrd_version ] { - } - } - - - Classes [3] { - Class [ class RRDGraph ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $path ] - } - } - - Method [ public method save ] { - } - - Method [ public method saveVerbose ] { - } - - Method [ public method setOptions ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } - } - } - - Class [ class RRDCreator ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $startTime ] - Parameter #2 [ $step ] - } - } - - Method [ public method save ] { - } - - Method [ public method addDataSource ] { - - - Parameters [1] { - Parameter #0 [ $description ] - } - } - - Method [ public method addArchive ] { - - - Parameters [1] { - Parameter #0 [ $description ] - } - } - } - } - - Class [ class RRDUpdater ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $path ] - } - } - - Method [ public method update ] { - - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $time ] - } - } - } - } - } -} - -- cgit