(PECL rrd >= 0.9.0)
はじめに
RRD データベースファイルの生成クラス
クラス概要
RRDCreator {
public addArchive
( string $description
) : void
public addDataSource
( string $description
) : void
public __construct
( string $path
[, string $startTime
[, int $step
= 0
]] )
public save ( ) : bool
}
目次
- RRDCreator::addArchive — Adds RRA - archive of data values for each data source
- RRDCreator::addDataSource — Adds data source definition for RRD database
- RRDCreator::__construct — Creates new RRDCreator instance
- RRDCreator::save — Saves the RRD database to a file
/* メソッド */