<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.fann-destroy.php',
    1 => 'fann_destroy',
    2 => 'Destroys the entire network and properly freeing all the associated memory',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.fann-descale-train.php',
    1 => 'fann_descale_train',
  ),
  'next' => 
  array (
    0 => 'function.fann-destroy-train.php',
    1 => 'fann_destroy_train',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-destroy.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-destroy" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_destroy</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_destroy</span> &mdash; <span class="dc-title">Destroys the entire network and properly freeing all the associated memory</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-destroy-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_destroy</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$ann</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Destroys the entire network and properly freeing all the associated memory.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-destroy-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">ann</code></dt>
    <dd>
     <p class="para"><span class="type">Ressource</span> eines neuralen Netzwerks.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-destroy-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">Gibt <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> bei Erfolg, sonst <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurück.</p>
 </div>



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