RRD 関数
PHP Manual

rrd_update

(PECL rrd >= 0.9.0)

rrd_updateUpdates the RRD database.

説明

bool rrd_update ( string $filename , array $options )

Updates the RRD database. The input data is time interpolated according to the properties of the RRD database file.

パラメータ

filename

Filename for RRD database file, which will be updated.

options

Options for rrd create - list of strings. See man page of rrd update for whole list of options.

返り値

Returns TRUE on success, FALSE when error occurs.


RRD 関数
PHP Manual