RRD Functions
PHP Manual

rrd_graph

(PECL rrd >= 0.9.0)

rrd_graphCreates image from a data.

Description

array rrd_graph ( string $filename , array $options )

Creates image for a particular data from RRD file.

Parameters

filename

Filename for the RRD file.

options

Options for rrd graph generating. See man page of rrd graph for all possible options. All options (data definitions, variable defintions, etc.) are allowed.

Return Values

Array with information about generated image is returned, FALSE if error occurs.


RRD Functions
PHP Manual