rrd_create
(PECL rrd >= 0.9.0)
rrd_create — Creates rrd database file
說明
rrd_create(string
$filename
, array $options
): boolCreates the rdd database file.
參數
-
filename
-
Filename for newly created rrd file.
-
options
-
Options for rrd create - list of strings. See man page of rrd create for whole list of options.
返回值
成功時返回 true
, 或者在失敗時返回 false
。