<?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-remove-item.php',
    1 => 'fdf_remove_item',
    2 => 'Configura el marco FDF de destino para el formulario',
  ),
  'up' => 
  array (
    0 => 'ref.fdf.php',
    1 => 'Funciones FDF',
  ),
  'prev' => 
  array (
    0 => 'function.fdf-open-string.php',
    1 => 'fdf_open_string',
  ),
  'next' => 
  array (
    0 => 'function.fdf-save.php',
    1 => 'fdf_save',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/fdf/functions/fdf-remove-item.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fdf-remove-item" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fdf_remove_item</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5 &lt; 5.3.0, PECL fdf SVN)</p><p class="refpurpose"><span class="refname">fdf_remove_item</span> &mdash; <span class="dc-title">Configura el marco FDF de destino para el formulario</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fdf-remove-item-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fdf_remove_item</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="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fieldname</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$item</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  
<div class="warning"><strong class="warning">Advertencia</strong>
<p class="simpara">
 Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.
</p>
</div>

 </div>


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