<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.trader-get-compat.php',
    1 => 'trader_get_compat',
    2 => 'Get compatibility mode',
  ),
  'up' => 
  array (
    0 => 'ref.trader.php',
    1 => 'Trader Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.trader-floor.php',
    1 => 'trader_floor',
  ),
  'next' => 
  array (
    0 => 'function.trader-get-unstable-period.php',
    1 => 'trader_get_unstable_period',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/trader/functions/trader-get-compat.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.trader-get-compat" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">trader_get_compat</h1>
  <p class="verinfo">(PECL trader &gt;= 0.2.2)</p><p class="refpurpose"><span class="refname">trader_get_compat</span> &mdash; <span class="dc-title">Get compatibility mode</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.trader-get-compat-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>trader_get_compat</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Get compatibility mode which affects the way calculations are done by all the extension functions.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.trader-get-compat-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.trader-get-compat-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">Returns the compatibility mode id which can be identified by <a href="trader.constants.php" class="link">TRADER_COMPATIBILITY_*</a> series of constants.
  </p>
 </div>


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