CakeFest 2024: The Official CakePHP Conference

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0)

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

Beschreibung

public RRDGraph::saveVerbose(): array

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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns array with detailed information about generated image,Bei einem Fehler wird false zurückgegeben..

add a note

User Contributed Notes

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