CakeFest 2024: The Official CakePHP Conference

The RRDCreator class

(PECL rrd >= 0.9.0)

简介

Class for creation of RRD database file.

类摘要

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

目录

add a note

User Contributed Notes

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