<?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 => 'ref.exif.php',
    1 => 'Функції Exif',
    2 => 'Функції Exif',
  ),
  'up' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
  ),
  'prev' => 
  array (
    0 => 'exif.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'next' => 
  array (
    0 => 'function.exif-imagetype.php',
    1 => 'exif_imagetype',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/exif/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.exif.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.exif" class="reference">
 <h1 class="title">Функції Exif</h1>

 


 


























<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.exif-imagetype.php">exif_imagetype</a> — Determine the type of an image</li><li><a href="function.exif-read-data.php">exif_read_data</a> — Reads the EXIF headers from an image file</li><li><a href="function.exif-tagname.php">exif_tagname</a> — Get the header name for an index</li><li><a href="function.exif-thumbnail.php">exif_thumbnail</a> — Retrieve the embedded thumbnail of an image</li><li><a href="function.read-exif-data.php">read_exif_data</a> — Псевдонім exif_read_data</li></ul>
</div>
<?php manual_footer($setup); ?>