The RRDCreator class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Class for creation of RRD database file.

Klasse synopsis

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

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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