CakeFest 2024: The Official CakePHP Conference

The RRDUpdater class

(PECL rrd >= 0.9.0)

Introdução

Class for updating RDD database file.

Resumo da classe

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

Índice

add a note

User Contributed Notes

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