Php/docs/class.rrdupdater
来自菜鸟教程
(PECL rrd >= 0.9.0)
简介
Class for updating RDD database file.
类摘要
RRDUpdater {
public __construct
( string $path
)
public update
( array $values
[, string $time
= time()
] ) : bool
}
Table of Contents
- RRDUpdater::__construct — Creates new RRDUpdater instance
- RRDUpdater::update — Update the RRD database file
/* 方法 */