<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.rrd.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'class.rrdupdater.php',
    1 => 'RRDUpdater',
    2 => 'The RRDUpdater class',
  ),
  'up' => 
  array (
    0 => 'book.rrd.php',
    1 => 'RRD',
  ),
  'prev' => 
  array (
    0 => 'rrdgraph.setoptions.php',
    1 => 'RRDGraph::setOptions',
  ),
  'next' => 
  array (
    0 => 'rrdupdater.construct.php',
    1 => 'RRDUpdater::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rrd/rrdupdater.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.rrdupdater.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.rrdupdater" class="reference">

 <h1 class="title">The RRDUpdater class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL rrd &gt;= 0.9.0)</p>


  <div class="section" id="rrdupdater.intro">
   <h2 class="title">Вступ</h2>
   <p class="para">
    Class for updating RDD database file.
   </p>
  </div>


  <div class="section" id="rrdupdater.synopsis">
   <h2 class="title">Короткий огляд класу</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">RRDUpdater</strong>
     </span>
     {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Методи */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="rrdupdater.construct.php" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$path</code></span>)</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="rrdupdater.update.php" class="methodname">update</a></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$values</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$time</code>
     <span class="initializer"> = time()</span>
    </span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

   }</div>


  </div>

 </div>

 














<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="rrdupdater.construct.php">RRDUpdater::__construct</a> — Creates new RRDUpdater instance</li><li><a href="rrdupdater.update.php">RRDUpdater::update</a> — Update the RRD database file</li></ul>
</div>
<?php manual_footer($setup); ?>