<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.trader.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.trader-get-unstable-period.php',
    1 => 'trader_get_unstable_period',
    2 => 'Obt&eacute;m o per&iacute;odo inst&aacute;vel',
  ),
  'up' => 
  array (
    0 => 'ref.trader.php',
    1 => 'Fun&ccedil;&otilde;es de Trader',
  ),
  'prev' => 
  array (
    0 => 'function.trader-get-compat.php',
    1 => 'trader_get_compat',
  ),
  'next' => 
  array (
    0 => 'function.trader-ht-dcperiod.php',
    1 => 'trader_ht_dcperiod',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/trader/functions/trader-get-unstable-period.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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 &gt;= 0.2.2)</p><p class="refpurpose"><span class="refname">trader_get_unstable_period</span> &mdash; <span class="dc-title">Obtém o período instável</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.trader-get-unstable-period-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>trader_get_unstable_period</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$functionId</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Obtém o fator de período instável para uma função em particular.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.trader-get-unstable-period-parameters">
  <h3 class="title">Parâmetros</h3>
  <dl>
   
    <dt><code class="parameter">functionId</code></dt>
    <dd>
     <p class="para">
      ID da função do fator a ser lido. A série de constantes <a href="trader.constants.php" class="link">TRADER_FUNC_UNST_*</a> deve ser usada.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.trader-get-unstable-period-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">Retorna o fator de período instável para a função correspondente.</p>
 </div>



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