php8.5
Home/ Manual/ rrd / rrdcreator/ RRDCreator::__construct

RRDCreator::__construct

PHP function Edit on GitHub ✎

(PECL rrd >= 0.9.0)

Creates new RRDCreator instance

Description

RRDCreator::__construct(string $path, [string $startTime], int $step = 0)

Creates new RRDCreator instance.

Parameters

path

Path for newly created RRD database file.

startTime

Time for the first value in RRD database. Parameter supports all formats which are supported by rrd create call.

intstep

Base interval in seconds with which data will be fed into the RRD database.

Source: reference/rrd/rrdcreator/construct.xml · from the official PHP manual (php/doc-en)