<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.exif.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.read-exif-data.php',
    1 => 'read_exif_data',
    2 => 'Псевдонім exif_read_data',
  ),
  'up' => 
  array (
    0 => 'ref.exif.php',
    1 => 'Функції Exif',
  ),
  'prev' => 
  array (
    0 => 'function.exif-thumbnail.php',
    1 => 'exif_thumbnail',
  ),
  'next' => 
  array (
    0 => 'book.image.php',
    1 => 'GD',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/exif/functions/read-exif-data.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.read-exif-data" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">read_exif_data</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.1, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">read_exif_data</span> &mdash; <span class="dc-title">Псевдонім <span class="function"><a href="function.exif-read-data.php" class="function">exif_read_data()</a></span></span></p>

 </div>

 <div id="function.read-exif-data-refsynopsisdiv">
  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Цей псевдонім
<em>ЗАСТАРІВ</em>, починаючи з PHP 7.2.0, та
<em>ВИЛУЧЕНИЙ</em> в PHP 8.0.0.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.read-exif-data-description">
  <h3 class="title">Опис</h3>
  <p class="simpara">
   Ця функція є псевдонімом до: 
   <span class="function"><a href="function.exif-read-data.php" class="function">exif_read_data()</a></span>.
  </p>
 </div>

 <div class="refsect1 changelog" id="refsect1-function.read-exif-data-changelog">
  <h3 class="title">Журнал змін</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Версія</th>
       <th>Опис</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>7.2.0</td>
       <td>
        Цей псевдонім функції застарів.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>

</div><?php manual_footer($setup); ?>