<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.rrdcreator.inc";
$setup = array (
  'home' => 
  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);

?>
<div id="rrdcreator.save" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RRDCreator::save</h1>
  <p class="verinfo">(PECL rrd &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">RRDCreator::save</span> &mdash; <span class="dc-title">Saves the RRD database to a file</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-rrdcreator.save-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RRDCreator::save</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Saves the RRD database into file, which name is defined by <span class="methodname"><a href="rrdcreator.construct.php" class="methodname">RRDCreator::__construct()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-rrdcreator.save-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-rrdcreator.save-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>

</div><?php manual_footer($setup); ?>