RRDGraph::save

(PECL rrd >= 0.9.0)

RRDGraph::saveSaves the result of query into image

説明

publicRRDGraph::save(): array

Saves the result of RRD database query into image defined by RRDGraph::__construct().

パラメータ

この関数にはパラメータはありません。

戻り値

Returns array with information about generated image,失敗した場合に false を返します.

To Top