The RRDCreator class

(PECL rrd >= 0.9.0)

Introducere

Class for creation of RRD database file.

Sinopsisul clasei

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

Cuprins

add a note add a note

User Contributed Notes

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