mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-05 13:16:56 +08:00
v0.0.2
This commit is contained in:
@@ -1,58 +1,58 @@
|
||||
<!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>Gets information about rrd file</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.rrd-info" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">rrd_info</h1>
|
||||
<p class="verinfo">(PECL rrd >= 0.9.0)</p><p class="refpurpose"><span class="refname">rrd_info</span> — <span class="dc-title">Gets information about rrd file</span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="refsect1 description" id="refsect1-function.rrd-info-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>rrd_info</strong></span>
|
||||
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
|
||||
) : <span class="type">array</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
Returns information about particular RRD database file.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.rrd-info-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">file</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
RRD database file name.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.rrd-info-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Array with information about requsted RRD file, <strong><code>FALSE</code></strong> when error occurs.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!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>Gets information about rrd file</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.rrd-info" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">rrd_info</h1>
|
||||
<p class="verinfo">(PECL rrd >= 0.9.0)</p><p class="refpurpose"><span class="refname">rrd_info</span> — <span class="dc-title">Gets information about rrd file</span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="refsect1 description" id="refsect1-function.rrd-info-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>rrd_info</strong></span>
|
||||
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
|
||||
) : <span class="type">array</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
Returns information about particular RRD database file.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.rrd-info-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">file</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
RRD database file name.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.rrd-info-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Array with information about requsted RRD file, <strong><code>FALSE</code></strong> when error occurs.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div></div></div></body></html>
|
||||
Reference in New Issue
Block a user