<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.fann-copy.php',
    1 => 'fann_copy',
    2 => 'Creates a copy of a fann structure',
  ),
  'up' => 
  array (
    0 => 'ref.fann.php',
    1 => 'Fann Functions',
  ),
  'prev' => 
  array (
    0 => 'function.fann-clear-scaling-params.php',
    1 => 'fann_clear_scaling_params',
  ),
  'next' => 
  array (
    0 => 'function.fann-create-from-file.php',
    1 => 'fann_create_from_file',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fann/functions/fann-copy.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fann-copy" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fann_copy</h1>
  <p class="verinfo">(PECL fann &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">fann_copy</span> &mdash; <span class="dc-title">Creates a copy of a fann structure</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fann-copy-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fann_copy</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.resource.php" class="type resource">resource</a></span></div>

  <p class="para rdfs-comment">
   Creates a copy of a fann structure.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fann-copy-parameters">
  <h3 class="title">Parameters</h3>
  <dl>
   
    <dt><code class="parameter">ann</code></dt>
    <dd>
     <p class="para">Neural network <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>.</p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fann-copy-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a copy of neural network resource on success, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on error
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.fann-copy-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: <p class="para">This function is only available if the fann extension has been build against libfann &gt;= 2.2.</p></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fann-copy-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fann-test.php" class="function" rel="rdfs-seeAlso">fann_test()</a> - Test with a set of inputs, and a set of desired outputs</span></li>
   </ul>
  </p>
 </div>


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