The RRDCreator class

(PECL rrd >= 0.9.0)

소개

Class for creation of RRD database file.

클래스 개요

RRDCreator {
/* 메소드 */
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

add a note add a note

User Contributed Notes

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