rrd_create

(PECL rrd >= 0.9.0)

rrd_createCreates rrd database file

說明

rrd_create(string $filename, array $options): bool

Creates the rdd database file.

參數(shù)

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.

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。