array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'rrdcreator.save.php', 1 => 'RRDCreator::save', 2 => 'Saves the RRD database to a file', ), 'up' => array ( 0 => 'class.rrdcreator.php', 1 => 'RRDCreator', ), 'prev' => array ( 0 => 'rrdcreator.construct.php', 1 => 'RRDCreator::__construct', ), 'next' => array ( 0 => 'class.rrdgraph.php', 1 => 'RRDGraph', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rrd/rrdcreator/save.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

RRDCreator::save

(PECL rrd >= 0.9.0)

RRDCreator::saveSaves the RRD database to a file

Beschreibung

public RRDCreator::save(): bool

Saves the RRD database into file, which name is defined by RRDCreator::__construct().

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.