Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 97938 программистов и 5671 робот. Сейчас ищут 3003 программиста ...
rrd_update - Updates the RRD database.
Вернуться к: RRD Функции
rrd_update
(PECL rrd >= 0.9.0)
rrd_update — Updates the RRD database.
Описание
bool rrd_update
( string
$filename
, array $options
)Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file.
Список параметров
-
filename -
RRD database file name. This database will be updated.
-
options -
Options for updating the RRD database. This is list of strings. See man page of rrd update for whole list of options.
Возвращаемые значения
Returns TRUE on success, FALSE when error occurs.
Вернуться к: RRD Функции