RRDtool RRDCreator 클래스

(PECL rrd >= 0.9.0)


소개

RRD 데이터베이스 파일 생성을 위한 클래스입니다.


클래스 개요

                  
class RRDCreator {

  /* Methods */
  public __construct(string $path, string $startTime = ?, int $step = 0)
  public addArchive(string $description): void
  public addDataSource(string $description): void
  public save(): bool
}
                  
                

목차