<?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 => 'intro.exif.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
  ),
  'prev' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
  ),
  'next' => 
  array (
    0 => 'exif.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/exif/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.exif" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   With the exif extension you are able to work with image meta data.  For
   example, you may use exif functions to read meta data of pictures taken 
   from digital cameras by working with information stored in the headers. 
   These are commonly found in <abbr title="Joint Photographic Experts Group">JPEG</abbr> and 
   <abbr title="Tagged Image File Format">TIFF</abbr> images.
  </p>
 </div><?php manual_footer($setup); ?>