The RRDCreator class

(PECL rrd >= 0.9.0)

Introduction

Class for creation of RRD database file.

Class synopsis

classRRDCreator {
public__construct(string$path, string$startTime = ?, int$step = 0)
publicaddArchive(string$description): void
publicaddDataSource(string$description): void
publicsave(): bool
}

Table of Contents

To Top