Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16099 программистов и 1772 робота. Сейчас ищут 1823 программиста ...
rrd_xport - Exports the information about RRD database.
Вернуться к: RRD Функции
rrd_xport
(PECL rrd >= 0.9.0)
rrd_xport — Exports 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.
Вернуться к: RRD Функции