<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.uodbc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.odbc-field-scale.php',
    1 => 'odbc_field_scale',
    2 => 'Restituisce la scala di un campo',
  ),
  'up' => 
  array (
    0 => 'ref.uodbc.php',
    1 => 'ODBC Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.odbc-field-precision.php',
    1 => 'odbc_field_precision',
  ),
  'next' => 
  array (
    0 => 'function.odbc-field-type.php',
    1 => 'odbc_field_type',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/uodbc/functions/odbc-field-scale.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.odbc-field-scale" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">odbc_field_scale</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">odbc_field_scale</span> &mdash; <span class="dc-title">Restituisce la scala di un campo</span></p>

   </div>
   <div class="refsect1 unknown-184" id="refsect1-function.odbc-field-scale-unknown-184">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>odbc_field_scale</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$id_risultato</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$numero_campo</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     All&#039;interno di un set di righe, referenziate dall&#039;identificativo
     di risultato ODBC fornito, la funzione <span class="function"><strong>odbc_field_scale()</strong></span> 
     restituisce la scala del campo indicato dal numero di campo indicato.
    </p>
   </div>

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