<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.fdf-set-status.php',
    1 => 'fdf_set_status',
    2 => 'Set the value of the /STATUS key',
  ),
  'up' => 
  array (
    0 => 'ref.fdf.php',
    1 => 'FDF Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.fdf-set-opt.php',
    1 => 'fdf_set_opt',
  ),
  'next' => 
  array (
    0 => 'function.fdf-set-submit-form-action.php',
    1 => 'fdf_set_submit_form_action',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fdf/functions/fdf-set-status.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fdf-set-status" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fdf_set_status</h1>
  <p class="verinfo">(PHP 4, PHP 5 &lt; 5.3.0, PECL fdf SVN)</p><p class="refpurpose"><span class="refname">fdf_set_status</span> &mdash; <span class="dc-title">Set the value of the /STATUS key</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fdf-set-status-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fdf_set_status</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">$status</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Sets the value of the <code class="literal">/STATUS</code> key. When a client
   receives a FDF with a status set it will present the value in an alert
   box.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fdf-set-status-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <dl>
   
    <dt><code class="parameter">fdf_document</code></dt>
    <dd>
     <span class="simpara">
      The FDF document handle, returned by <span class="function"><a href="function.fdf-create.php" class="function">fdf_create()</a></span>,
      <span class="function"><a href="function.fdf-open.php" class="function">fdf_open()</a></span> or <span class="function"><a href="function.fdf-open-string.php" class="function">fdf_open_string()</a></span>.
     </span>
    </dd>
   
   
    <dt><code class="parameter">status</code></dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fdf-set-status-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Restituisce <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> in caso di successo, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> in caso di fallimento.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fdf-set-status-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.fdf-get-status.php" class="function" rel="rdfs-seeAlso">fdf_get_status()</a> - Get the value of the /STATUS key</span></li>
  </ul>
 </div>


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