RRDUpdater::__construct

(PECL rrd >= 0.9.0)

RRDUpdater::__constructCreates new RRDUpdater instance

说明

publicRRDUpdater::__construct(string$path)

Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.

参数

path

Filesystem path for RRD database file, which will be updated.

To Top