<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.exif.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'exif.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
  ),
  'prev' => 
  array (
    0 => 'exif.configuration.php',
    1 => '実行時設定',
  ),
  'next' => 
  array (
    0 => 'ref.exif.php',
    1 => 'Exif 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/exif/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="exif.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <dl>
  
   <dt id="constant.exif-use-mbstring">
    <strong><code><a href="exif.constants.php#constant.exif-use-mbstring">EXIF_USE_MBSTRING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <a href="ref.mbstring.php" class="link">mbstring</a> が有効な場合、
     この定数は <code class="literal">1</code> という値です。
     それ以外の場合、値は <code class="literal">0</code> です。
    </span>
   </dd>
  
 </dl>
 <p class="simpara">
  <span class="function"><a href="function.exif-imagetype.php" class="function">exif_imagetype()</a></span> は、関連するいくつかの組み込み定数を
  一覧表示します。
 </p>
</div>
<?php manual_footer($setup); ?>