<?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 => 'uk',
  ),
  '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' => '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">Попередньо визначені константи</h1>

 <p class="simpara">
Константи, описані нижче — визначені цим розширенням, тож доступні, коли
розширення скомпільовано як частина PHP або динамічно підключене під час
виконання.
</p>
 <p class="para">
  <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>
 <p class="para">
  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); ?>