rrd_graph
(PECL rrd >= 0.9.0)
rrd_graph — Creates image from a data.
Descripción
array rrd_graph
( string $filename
, array $options
)
Creates image for a particular data from RRD file.
Parámetros
- filename
-
RRD database file name.
- options
-
Options for generating image. See man page of rrd graph for all possible options. All options (data definitions, variable defintions, etc.) are allowed.
Valores devueltos
Array with information about generated image is returned, FALSE when error occurs.
There are no user contributed notes for this page.
