uTools-Manuals/docs/php/rrdc_disconnect.html
2019-04-08 23:22:26 +08:00

51 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Close any outstanding connection to rrd caching daemon</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><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">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>rrdc_disconnect</strong></span>
( <span class="methodparam">void</span>
) : <span class="type"><span class="type void">void</span></span></div>
<p class="para rdfs-comment">
Close any outstanding connection to rrd caching daemon.
</p>
<p class="para">
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="para">
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">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.rrdc-disconnect-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
没有返回值。
</p>
</div>
</div></div></div></body></html>