<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fdf.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.fdf-close.php',
    1 => 'fdf_close',
    2 => 'Cierra un documento FDF',
  ),
  'up' => 
  array (
    0 => 'ref.fdf.php',
    1 => 'Funciones FDF',
  ),
  'prev' => 
  array (
    0 => 'function.fdf-add-template.php',
    1 => 'fdf_add_template',
  ),
  'next' => 
  array (
    0 => 'function.fdf-create.php',
    1 => 'fdf_create',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/fdf/functions/fdf-close.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fdf-close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fdf_close</h1>
  <p class="verinfo">(PHP 4, PHP 5 &lt; 5.3.0, PECL fdf SVN)</p><p class="refpurpose"><span class="refname">fdf_close</span> &mdash; <span class="dc-title">Cierra un documento FDF</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fdf-close-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fdf_close</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$fdf_document</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Cierra el documento FDF.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fdf-close-parameters">
  <h3 class="title">Parámetros</h3>
  <dl>
   
    <dt><code class="parameter">fdf_document</code></dt>
    <dd>
     <span class="simpara">
      El gestor de documento FDF, devuelto por la función
      <span class="function"><a href="function.fdf-create.php" class="function">fdf_create()</a></span>, la función
      <span class="function"><a href="function.fdf-open.php" class="function">fdf_open()</a></span> o la función
      <span class="function"><a href="function.fdf-open-string.php" class="function">fdf_open_string()</a></span>.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fdf-close-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="simpara">
   No se retorna ningún valor.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fdf-close-seealso">
  <h3 class="title">Ver también</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.fdf-open.php" class="function" rel="rdfs-seeAlso">fdf_open()</a> - Abre un documento FDF</span></li>
  </ul>
 </div>

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