<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'rrdcreator.construct.php',
    1 => 'RRDCreator::__construct',
    2 => 'Creates new RRDCreator instance',
  ),
  'up' => 
  array (
    0 => 'class.rrdcreator.php',
    1 => 'RRDCreator',
  ),
  'prev' => 
  array (
    0 => 'rrdcreator.adddatasource.php',
    1 => 'RRDCreator::addDataSource',
  ),
  'next' => 
  array (
    0 => 'rrdcreator.save.php',
    1 => 'RRDCreator::save',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rrd/rrdcreator/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="rrdcreator.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RRDCreator::__construct</h1>
  <p class="verinfo">(PECL rrd &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">RRDCreator::__construct</span> &mdash; <span class="dc-title">Creates new <span class="classname"><a href="class.rrdcreator.php" class="classname">RRDCreator</a></span> instance</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-rrdcreator.construct-description">
  <h3 class="title">Açıklama</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RRDCreator::__construct</strong></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>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$startTime</code><span class="initializer"> = ?</span></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$step</code><span class="initializer"> = 0</span></span>)</div>

  <p class="simpara">
   Creates new <span class="classname"><a href="class.rrdcreator.php" class="classname">RRDCreator</a></span> instance.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-rrdcreator.construct-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">path</code></dt>
    <dd>
     <span class="simpara">
      Path for newly created RRD database file.
     </span>
    </dd>
   
   
    <dt><code class="parameter">startTime</code></dt>
    <dd>
     <span class="simpara">
      Time for the first value in RRD database. Parameter supports all formats
      which are supported by rrd create call.
     </span>
    </dd>
   
   
    <dt>int<code class="parameter">step</code></dt>
    <dd>
     <span class="simpara">
      Base interval in seconds with which data will be fed into the RRD database.
     </span>
    </dd>
   
  </dl>
 </div>


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