<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.fdf-get-opt.php',
    1 => 'fdf_get_opt',
    2 => 'Получает значение из массива opt поля',
  ),
  'up' => 
  array (
    0 => 'ref.fdf.php',
    1 => 'FDF',
  ),
  'prev' => 
  array (
    0 => 'function.fdf-get-flags.php',
    1 => 'fdf_get_flags',
  ),
  'next' => 
  array (
    0 => 'function.fdf-get-status.php',
    1 => 'fdf_get_status',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/fdf/functions/fdf-get-opt.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fdf-get-opt" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fdf_get_opt</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5 &lt; 5.3.0, PECLv)</p><p class="refpurpose"><span class="refname">fdf_get_opt</span> &mdash; <span class="dc-title">Получает значение из массива opt поля</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fdf-get-opt-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fdf_get_opt</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">$element</code><span class="initializer"> = -1</span></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

  <div class="warning"><strong class="warning">Внимание</strong><p class="simpara">Функцию пока не задокументировали;
для знакомства доступен только список аргументов.</p></div>
 </div>


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