diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-28 13:33:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-28 13:33:10 +0100 |
commit | e9609bda4b53909a4caeac0ed09356b8df6bda99 (patch) | |
tree | 80b007bbe2ac7abec7c18089ddc65bb0ecacfaf1 /REFLECTION-PHP7 | |
parent | f5972759eefce76ae119942ccdcfb8550e42329f (diff) |
php-pecl-rrd: 2.0.0 (php 7, stable)
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..b682c03 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,200 @@ +Extension [ <persistent> extension #58 rrd version 2.0.0 ] { + + - Functions { + Function [ <internal:rrd> function rrd_update ] { + + - Parameters [2] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrd_create ] { + + - Parameters [2] { + Parameter #0 [ <required> $filename ] + Parameter #1 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrd_graph ] { + + - Parameters [2] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrd_error ] { + } + Function [ <internal:rrd> function rrd_fetch ] { + + - Parameters [2] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrd_first ] { + + - Parameters [2] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <optional> $raaindex ] + } + } + Function [ <internal:rrd> function rrd_info ] { + + - Parameters [1] { + Parameter #0 [ <required> $file ] + } + } + Function [ <internal:rrd> function rrd_last ] { + + - Parameters [1] { + Parameter #0 [ <required> $file ] + } + } + Function [ <internal:rrd> function rrd_lastupdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $file ] + } + } + Function [ <internal:rrd> function rrd_restore ] { + + - Parameters [3] { + Parameter #0 [ <required> $xml_file ] + Parameter #1 [ <required> $rrd_file ] + Parameter #2 [ <optional> $options ] + } + } + Function [ <internal:rrd> function rrd_tune ] { + + - Parameters [2] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrd_xport ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + Function [ <internal:rrd> function rrdc_disconnect ] { + } + Function [ <internal:rrd> function rrd_version ] { + } + } + + - Classes [3] { + Class [ <internal:rrd> class RRDGraph ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:rrd, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:rrd> public method save ] { + } + + Method [ <internal:rrd> public method saveVerbose ] { + } + + Method [ <internal:rrd> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + } + } + + Class [ <internal:rrd> class RRDCreator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:rrd, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $startTime ] + Parameter #2 [ <optional> $step ] + } + } + + Method [ <internal:rrd> public method save ] { + } + + Method [ <internal:rrd> public method addDataSource ] { + + - Parameters [1] { + Parameter #0 [ <required> $description ] + } + } + + Method [ <internal:rrd> public method addArchive ] { + + - Parameters [1] { + Parameter #0 [ <required> $description ] + } + } + } + } + + Class [ <internal:rrd> class RRDUpdater ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:rrd, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:rrd> public method update ] { + + - Parameters [2] { + Parameter #0 [ <required> $values ] + Parameter #1 [ <optional> $time ] + } + } + } + } + } +} + |