RRDUpdater
class RRDUpdater (View source)
Class for updating RDD database file.
Methods
__construct(string $path)
Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.
bool
update(array $values, string $time = '')
Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.
Details
__construct(string $path)
Since: PECL rrd >= 0.9.0
Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.
RRDUpdater constructor.
bool
update(array $values, string $time = '')
Since: PECL rrd >= 0.9.0
Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.