GoLang RRDGraph::saveVerbose

request it (245)
GoLang replacement for PHP's RRDGraph::saveVerbose [edit | history]



Do you know a GoLang replacement for PHP's RRDGraph::saveVerbose? Write it!

PHP RRDGraph::saveVerbose

PHP original manual for RRDGraph::saveVerbose [ show | php.net ]

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0)

RRDGraph::saveVerboseSaves the RRD database query into image and returns the verbose information about generated graph

Description

public array RRDGraph::saveVerbose ( void )

Saves the RRD database query into image file defined by method RRDGraph::__construct() and returns the verbose information about generated graph, if "-" is used as image filename, image data are also returned in result array.

Parameters

This function has no parameters.

Return Values

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