mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
56 lines
1.8 KiB
HTML
56 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>Get unstable period</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.trader-get-unstable-period" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">trader_get_unstable_period</h1>
|
|
<p class="verinfo">(PECL trader >= 0.2.2)</p><p class="refpurpose"><span class="refname">trader_get_unstable_period</span> — <span class="dc-title">Get unstable period</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.trader-get-unstable-period-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>trader_get_unstable_period</strong></span>
|
|
( <span class="methodparam"><span class="type">int</span> <code class="parameter">$functionId</code></span>
|
|
) : <span class="type">int</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Get unstable period factor for a particular function.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.trader-get-unstable-period-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">functionId</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
Function ID the factor to be read for. <a href="trader.constants.html" class="link">TRADER_FUNC_UNST_*</a> series of constants should be used.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.trader-get-unstable-period-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">Returns the unstable period factor for the corresponding function.</p>
|
|
</div>
|
|
|
|
|
|
|
|
</div></div></div></body></html> |