<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fann.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.fann-get-errno.php',
    1 => 'fann_get_errno',
    2 => 'Retorna o n&uacute;mero do &uacute;ltimo erro',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fun&ccedil;&otilde;es de Fann',
  ),
  'prev' => 
  array (
    0 => 'function.fann-get-connection-rate.php',
    1 => 'fann_get_connection_rate',
  ),
  'next' => 
  array (
    0 => 'function.fann-get-errstr.php',
    1 => 'fann_get_errstr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/fann/functions/fann-get-errno.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-get-errno" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_get_errno</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_get_errno</span> &mdash; <span class="dc-title">Retorna o número do último erro</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Retorna o número do último erro.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-get-errno-parameters">
  <h3 class="title">Parâmetros</h3>
  <dl>
   
    <dt><code class="parameter">errdat</code></dt>
    <dd>
     <p class="para">Um <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> de rede neural ou um <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> de dados de treinamento da rede neural.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-get-errno-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   O número do erro, ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> em caso de erro.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-get-errno-seealso">
  <h3 class="title">Veja Também</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-reset-errno.php" class="function" rel="rdfs-seeAlso">fann_reset_errno()</a> - Redefine o n&uacute;mero do &uacute;ltimo erro</span></li>
    <li><span class="function"><a href="function.fann-get-errstr.php" class="function" rel="rdfs-seeAlso">fann_get_errstr()</a> - Retorna a &uacute;ltima mensagem de erro</span></li>
   </ul>
  </p>
 </div>



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