update pague now
PHP 8.5.2 Released!

RRDCreator::__construct

(PECL rrd >= 0.9.0)

RRDCreator::__construct Creates new RRDCreator instance

Description

public 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 suppors all formats which are supported by rrd create call.

int step

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

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top