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

rrd_xport

PHP function Edit on GitHub ✎

(PECL rrd >= 0.9.0)

Exports the information about RRD database

Description

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.

Parameters

options

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

Return Values

Array with information about RRD database file,Falseforfailure.

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