The RRDGraph class

Introduction

Class for exporting data from RRD database to image file.

Class synopsis

RRDGraph
class RRDGraph {
/* Methods */
public __construct(string $path)
public array save()
public array saveVerbose()
public void setOptions(array $options)
}
Table of Contents