RRDGraph::__construct
PHP Manual
PHP Manual»RRDGraph»RRDGraph::__construct

RRDGraph::__construct

(PECL rrd >= 0.9.0)

RRDGraph::__constructCreates new RRDGraph instance

Descrizione

public function RRDGraph::__construct(string $path)

Creates new RRDGraph instance. This instance is responsible for rendering the result of RRD database query into image.

Elenco dei parametri

path
Full path for the newly created image.
To Top