<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.rrd.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.rrdc-disconnect.php',
    1 => 'rrdc_disconnect',
    2 => 'Close any outstanding connection to rrd caching daemon',
  ),
  'up' => 
  array (
    0 => 'ref.rrd.php',
    1 => 'RRD Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.rrd-xport.php',
    1 => 'rrd_xport',
  ),
  'next' => 
  array (
    0 => 'class.rrdcreator.php',
    1 => 'RRDCreator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rrd/functions/rrdc-disconnect.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.rrdc-disconnect" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">rrdc_disconnect</h1>
  <p class="verinfo">(PECL rrd &gt;= 1.1.2)</p><p class="refpurpose"><span class="refname">rrdc_disconnect</span> &mdash; <span class="dc-title">Close any outstanding connection to rrd caching daemon</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.rrdc-disconnect-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>rrdc_disconnect</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Close any outstanding connection to rrd caching daemon.
  </p>
  <p class="simpara">
   This function is automatically called when the whole PHP process is terminated.
   It depends on used SAPI. For example, it&#039;s called automatically at the end
   of command line script.
  </p>
  <p class="simpara">
   It&#039;s up user whether he wants to call this function at the end of every request
   or otherwise.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-function.rrdc-disconnect-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
  Es wird kein Wert zurückgegeben.
  </p>
 </div>


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