Note, that in previous versions, the interface was
bool rrd_create ( string $filename , array $options , integer numberOfOptions )
(PECL rrd >= 0.9.0)
rrd_create — 创建 rrd 数据库文件
filename
新创建的 rrd 文件名。
options
rrd 创建选项 - 字符串列表。全部列表项请参阅创建 rrd 的手册页。
成功时返回 true
, 或者在失败时返回 false
。
Note, that in previous versions, the interface was
bool rrd_create ( string $filename , array $options , integer numberOfOptions )