Query: rrd_graph
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RRD_GRAPH(3) 1 RRD_GRAPH(3) rrd_graph - Creates image from a data.SYNOPSISarray rrd_graph (string $filename, array $options)DESCRIPTIONCreates image for a particular data from RRD file.PARAMETERSo $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 VALUESArray with information about generated image is returned, FALSE when error occurs. PHP Documentation Group RRD_GRAPH(3)
Related Man Pages |
---|
imagecreate(3) - php |
imagecreatefrompng(3) - php |
imagecreatefromstring(3) - php |
image2wbmp(3) - php |
imagecreatefromxpm(3) - php |
Similar Topics in the Unix Linux Community |
---|
RRD graph explain |