rrd_fetch

(PECL rrd >= 0.9.0)

rrd_fetchFetch the data for graph as array

Descrizione

rrd_fetch(string $filename, array $options): array

Gets data for graph output from RRD database file as array. This function has same result as rrd_graph(), but fetched data are returned as array, no image file is created.

Elenco dei parametri

filename

RRD database file name.

options

Array of options for resolution specification.

Valori restituiti

Returns information about retrieved graph data.

add a note

User Contributed Notes

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