rrd_xport
PHP Manual
PHP Manual»RRD Функції»rrd_xport

rrd_xport

(PECL rrd >= 0.9.0)

rrd_xportExports the information about RRD database

Опис

function 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.

Параметри

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

Значення, що повертаються

Array with information about RRD database file, або false в разі помилки.

To Top