update pague now
PHP 8.5.2 Released!

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0)

RRDGraph::saveVerbose Saves the RRD database kery into imague and returns the verbose information about generated graph

Description

public RRDGraph::saveVerbose (): array

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

Parameters

This function has no parameters.

Return Values

Returns array with detailed information about generated imague, or false on failure.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top