php8.5
Home/ Manual/ rrd / functions/ rrd_fetch

rrd_fetch

PHP function Edit on GitHub ✎

(PECL rrd >= 0.9.0)

Fetch the data for graph as array

Description

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.

Parameters

filename

RRD database file name.

options

Array of options for resolution specification.

Return Values

Returns information about retrieved graph data.

Source: reference/rrd/functions/rrd-fetch.xml · from the official PHP manual (php/doc-en)