rrd_graph
(PECL rrd >= 0.9.0)
Creates image from a data
Description
Creates image for a particular data from RRD file.
Parameters
filenameThe filename to output the graph to. This will generally end in either
.png,.svgor.eps, depending on the format you want to output.optionsOptions for generating image. See man page of rrd graph for all possible options. All options (data definitions, variable definitions, etc.) are allowed.
Return Values
Array with information about generated image is returned,Falseforfailure.