array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.rrd-xport.php', 1 => 'rrd_xport', 2 => 'Exports the information about RRD database', ), 'up' => array ( 0 => 'ref.rrd.php', 1 => 'RRD Funktionen', ), 'prev' => array ( 0 => 'function.rrd-version.php', 1 => 'rrd_version', ), 'next' => array ( 0 => 'function.rrdc-disconnect.php', 1 => 'rrdc_disconnect', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rrd/functions/rrd-xport.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

rrd_xport

(PECL rrd >= 0.9.0)

rrd_xportExports the information about RRD database

Beschreibung

rrd_xport(array $options): array

Exports the information about RRD database file. This data can be converted to XML file via user space PHP script and then restored back as RRD database file.

Parameter-Liste

options

Array of options for the export, see rrd xport man page.

Rückgabewerte

Array with information about RRD database file,Bei einem Fehler wird false zurückgegeben..