The RRDCreator class

Introduction

Class for creation of RRD database file.

Class synopsis

RRDCreator
class RRDCreator {
/* Methods */
public __construct(string $path, string $startTime = ?, int $step = 0)
public void addArchive(string $description)
public void addDataSource(string $description)
public bool save()
}
Table of Contents