rrd_graph
rrd_graph
Creates image from a data
array **rrd_graph** string $filename array $options
Creates image for a particular data from RRD file.
filename
The filename to output the graph to. This will generally end in either
, or
, depending on the format you want to output.
.png``.svg``.eps
optionsOptions for generating image. See man page of rrd graph for all
possible options. All options (data definitions, variable definitions, etc.)
are allowed.
Array with information about generated image is returned,return.falseforfailure.