PHP 8.5.0 Alpha 1 available for testing

La clase RRDCreator

(PECL rrd >= 0.9.0)

Introducción

Clase para crear archivos de base de datos RRD.

Sinopsis de la Clase

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

Tabla de contenidos

add a note

User Contributed Notes

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