<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'exif.constants.php',
    1 => 'Predefined Constants',
    2 => 'Predefined Constants',
  ),
  'up' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
  ),
  'prev' => 
  array (
    0 => 'exif.configuration.php',
    1 => 'Runtime Configuration',
  ),
  'next' => 
  array (
    0 => 'ref.exif.php',
    1 => 'Exif Functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</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">
     This constant has a value of <code class="literal">1</code> if the
     <a href="ref.mbstring.php" class="link">mbstring</a> is enabled, otherwise
     it has a value of <code class="literal">0</code>.
    </span>
   </dd>
  
 </dl>
 <p class="simpara">
  The <span class="function"><a href="function.exif-imagetype.php" class="function">exif_imagetype()</a></span> lists several related built-in
  constants.
 </p>
</div>
<?php manual_footer($setup); ?>