Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18565 программистов и 1740 роботов. Сейчас ищут 1303 программиста ...
RRDCreator::addArchive - Adds RRA - archive of data values for each data source.
Вернуться к: RRDCreator
RRDCreator::addArchive
(PECL rrd >= 0.9.0)
RRDCreator::addArchive — Adds RRA - archive of data values for each data source.
Описание
public void RRDCreator::addArchive
( string
$description
)Adds RRA definition by description of archive. Archive consists of a number of data values or statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreator::addDataSource(). You need call this method for each requested archive.
Список параметров
-
description
-
Definition of archive - RRA. This has same format as RRA definition in rrd create command. See man page of rrd create for more details.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Вернуться к: RRDCreator