<?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 => 'ru',
  ),
  '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' => 'ru',
    '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">
  Начиная с PHP 7.2.0 псевдоним <em>УСТАРЕЛ</em>,
  а в PHP 8.0.0 псевдоним <em>УДАЛИЛИ</em>.
 </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>
  <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>

 </div>

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