RRD 関数
PHP Manual

rrd_xport

(PECL rrd >= 0.9.0)

rrd_xportExport the information about database.

説明

array rrd_xport ( array $options )

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

パラメータ

options

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

返り値

Array with information about RRD database file, FALSE when error occurs.


RRD 関数
PHP Manual