RRD_RESTORE(3) 1 RRD_RESTORE(3)
rrd_restore - Restores the RRD file from XML dump.
SYNOPSIS
bool rrd_restore (string $xml_file, string $rrd_file, [array $options])
DESCRIPTION
Restores the RRD file from the XML dump.
PARAMETERS
o $xml_file
- XML filename with the dump of the original RRD database file.
o $rrd_file
- Restored RRD database file name.
o $options
- Array of options for restoring. See man page for rrd restore.
RETURN VALUES
Returns TRUE on success, FALSE otherwise.
PHP Documentation Group RRD_RESTORE(3)