rrd_restore

(PECL rrd >= 0.9.0)

rrd_restore从 XML 备份还原 RRD 文件

说明

rrd_restore(string $xml_file, string $rrd_file, array $options = ?): bool

从 XML 备份还原 RRD 文件。

参数

xml_file

包含原始 RRD 数据库文件备份的 XML 文件名。

rrd_file

还原后的 RRD 数据库文件名。

options

用于还原的选项数组。请参阅 rrd restore 手册页。

返回值

成功时返回 true,失败时返回 false

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top