The RRDCreator class

(No version information available, might only be in Git)

Introduction

Class for creation of RRD database file.

Class synopsis

RRDCreator {
/* Methods */
public void addArchive ( string $description )
public void addDataSource ( string $description )
public __construct ( string $path [, string $startTime [, int $step = 0 ]] )
public bool save ( void )
}

Table of Contents