PHP 8.4.24 Released!

The RRDCreator class

(PECL rrd >= 0.9.0)

Вступ

Class for creation of RRD database file.

Короткий огляд класу

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