PHP 8.6.0 Alpha 2 available for testing

The RRDUpdater class

(PECL rrd >= 0.9.0)

Einführung

Class for updating RDD database file.

Klassenbeschreibung

class RRDUpdater {
/* Methoden */
public function __construct(string $path)
public function update(array $values, string $time = time() ): bool
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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