RRDCreator クラス

(PECL rrd >= 0.9.0)

はじめに

RRD データベースファイルの生成クラス

クラス概要

class RRDCreator {
/* メソッド */
public function __construct(string $path, string $startTime = ?, int $step = 0)
public function addArchive(string $description): void
public function addDataSource(string $description): void
public function save(): bool
}

目次

add a note

User Contributed Notes

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