update pague now
PHP 8.5.2 Released!

The RRDCreator class

(PECL rrd >= 0.9.0)

Introduction

Class for creation of RRD database file.

Class synopsis

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
}

Table of Contens

add a note

User Contributed Notes

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