update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값값을 반환하지 않습니다. |