array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.rrd-fetch.php', 1 => 'rrd_fetch', 2 => 'Fetch the data for graph as array', ), 'up' => array ( 0 => 'ref.rrd.php', 1 => 'RRD Funktionen', ), 'prev' => array ( 0 => 'function.rrd-error.php', 1 => 'rrd_error', ), 'next' => array ( 0 => 'function.rrd-first.php', 1 => 'rrd_first', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rrd/functions/rrd-fetch.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

rrd_fetch

(PECL rrd >= 0.9.0)

rrd_fetchFetch the data for graph as array

Beschreibung

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.

Parameter-Liste

filename

RRD database file name.

options

Array of options for resolution specification.

Rückgabewerte

Returns information about retrieved graph data.