<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.fdf-get-value.php',
    1 => 'fdf_get_value',
    2 => 'フィールドの値を得る',
  ),
  'up' => 
  array (
    0 => 'ref.fdf.php',
    1 => 'FDF 関数',
  ),
  'prev' => 
  array (
    0 => 'function.fdf-get-status.php',
    1 => 'fdf_get_status',
  ),
  'next' => 
  array (
    0 => 'function.fdf-get-version.php',
    1 => 'fdf_get_version',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/fdf/functions/fdf-get-value.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fdf-get-value" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fdf_get_value</h1>
  <p class="verinfo">(PHP 4, PHP 5 &lt; 5.3.0, PECL fdf SVN)</p><p class="refpurpose"><span class="refname">fdf_get_value</span> &mdash; <span class="dc-title">フィールドの値を得る</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fdf-get-value-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fdf_get_value</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">$which</code><span class="initializer"> = -1</span></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

  <p class="simpara">
   指定したフィールドの値を取得します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fdf-get-value-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">fdf_document</code></dt>
    <dd>
     <span class="simpara">
      <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> あるいは <span class="function"><a href="function.fdf-open-string.php" class="function">fdf_open_string()</a></span>
      が返す FDF ドキュメントハンドル。
     </span>
    </dd>
   
   
    <dt><code class="parameter">fieldname</code></dt>
    <dd>
     <span class="simpara">
      FDF フィールドの名前を表す文字列。
     </span>
    </dd>
   
   
    <dt><code class="parameter">which</code></dt>
    <dd>
     <span class="simpara">
      このオプションパラメータを渡すことで、配列フィールドの
      要素が取得可能です。番号はゼロから始まります。配列以外のフィールドでは、
      このオプションは無視されます。
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fdf-get-value-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   フィールドの値を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fdf-get-value-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.fdf-set-value.php" class="function" rel="rdfs-seeAlso">fdf_set_value()</a> - フィールドの値を設定する</span></li>
  </ul>
 </div>


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