rrd_graph(3) php man page | unix.com

Man Page: rrd_graph

Operating Environment: php

Section: 3

RRD_GRAPH(3)								 1							      RRD_GRAPH(3)

rrd_graph - Creates image from a data.

SYNOPSIS
array rrd_graph (string $filename, array $options)
DESCRIPTION
Creates image for a particular data from RRD file.
PARAMETERS
o $filename - The filename to output the graph to. This will generally end in either .png, .svg or .eps, depending on the format you want to output. o $options - Options for generating image. See man page of rrd graph for all possible options. All options (data definitions, variable defin- tions, etc.) are allowed.
RETURN VALUES
Array with information about generated image is returned, FALSE when error occurs. PHP Documentation Group RRD_GRAPH(3)
Related Man Pages
imagecreatefrompng(3) - php
imageflip(3) - php
image2wbmp(3) - php
imageconvolution(3) - php
imagecreatefromgd2(3) - php
Similar Topics in the Unix Linux Community
RRD graph explain