The RRDUpdater class

Introduction

Class for updating RDD database file.

Class synopsis

RRDUpdater
class RRDUpdater {
/* Methods */
public __construct(string $path)
public bool update(array $values, string $time = time() )
}
Table of Contents