CakeFest 2024: The Official CakePHP Conference

RRDGraph::save

(PECL rrd >= 0.9.0)

RRDGraph::saveSaves the result of query into image

Descrição

public RRDGraph::save(): array

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns array with information about generated image, ou false em caso de falha.

add a note

User Contributed Notes

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