PHP 7.0.6 Released

The RRDUpdater class

(PECL rrd >= 0.9.0)

Introduction

Class for updating RDD database file.

Class synopsis

RRDUpdater {
/* Methods */
public __construct ( string $path )
public bool update ( array $values [, string $time = time() ] )
}

Table of Contents

User Contributed Notes

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