update : 2015.11.03
php.shukuma.com

검색:
 
 
Exports the information about RRD database.

rrd_xport

(PECL rrd >= 0.9.0)

rrd_xportExports the information about RRD 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 then restored back as RRD database file.

인수

options

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

반환값

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