<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/exif.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'exif.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
    2 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'up' => 
  array (
    0 => 'exif.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'exif.installation.php',
    1 => 'Kurulum',
  ),
  'next' => 
  array (
    0 => 'exif.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/exif/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="exif.configuration" class="section">
 <h2 class="title">Çalışma Anı Yapılandırması</h2>
 <p class="simpara">Bu işlevlerin davranışı <var class="filename">php.ini</var>
içindeki ayarlardan etkilenir.</p>
 <p class="para">
  <a href="ref.mbstring.php" class="link">mbstring</a> modülü kullanılabildiği
  takdirde, exif, Evrenkod ve JIS karakter kodlamalı kullanıcı açıklamalarının
  dönüşümünü otomatik olarak yapar. Önce belirtilen karakter kümesi
  kullanılarak kodlama dönüştürüldükten sonra bu yapılır. Sonuç
  <code class="literal">HTTP</code> çıktısına uygun olarak diğer karakter kodlamasına
  dönüştürülür.
 <table class="doctable table">
  <caption><strong>Exif yapılandırma yönergeleri</strong></caption>
  
   <thead>
    <tr>
     <th>İsim</th>
     <th>Öntanımlı</th>
     <th>Değişlik Yeri</th>
     <th>Sürüm Bilgisi</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><a href="exif.configuration.php#ini.exif.encode-unicode" class="link">exif.encode_unicode</a></td>
     <td>&quot;ISO-8859-15&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td><a href="exif.configuration.php#ini.exif.decode-unicode-motorola" class="link">exif.decode_unicode_motorola</a></td>
     <td>&quot;UCS-2BE&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td><a href="exif.configuration.php#ini.exif.decode-unicode-intel" class="link">exif.decode_unicode_intel</a></td>
     <td>&quot;UCS-2LE&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td><a href="exif.configuration.php#ini.exif.encode-jis" class="link">exif.encode_jis</a></td>
     <td>&quot;&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td><a href="exif.configuration.php#ini.exif.decode-jis-motorola" class="link">exif.decode_jis_motorola</a></td>
     <td>&quot;JIS&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr>
     <td><a href="exif.configuration.php#ini.exif.decode-jis-intel" class="link">exif.decode_jis_intel</a></td>
     <td>&quot;JIS&quot;</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    </tbody>
   
  </table>

  INI_* kiplerinin tanımları ve ayrıntılı
açıklamaları <a href="configuration.changes.modes.php" class="xref">Yapılandırma ayarlarının yeri</a> bölümünde bulunabilir.
 </p>

 <p class="para">
Yapılandırma yönergelerinin kısa açıklamalarını aşağıda bulabilirsiniz.
</p>

 <dl>
  
   <dt id="ini.exif.encode-unicode">
    <code class="parameter">exif.encode_unicode</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
   <span class="simpara">
    <code class="literal">exif.encode_unicode</code>, UNICODE kodlu kullanıcı
    açıklamalarının elde edilmesinde kullanılacak karakter kümesini tanımlar.
    Çoğu Asya ülkesinde kullanılabilecek olan ISO-8859-15 öntanımlıdır. Bu
    değer boş olabilir. Belirtildiği takdirde mbstring tarafından tanınan
    karakter kümelerinden biri olmalıdır. Boş olduğu takdirde mbstring
    eklentisinin öntanımlı dahili kodlaması kullanılır.
   </span>
   </dd>
  
   
   <dt id="ini.exif.decode-unicode-motorola">
    <code class="parameter">exif.decode_unicode_motorola</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
    <span class="simpara">
     <code class="literal">exif.decode_unicode_motorola</code>, görüntü motorola bayt
     sıralamasına sahipse UNICODE kodlu kullanıcı açıklamaları için görüntü içi
     karakter kümesini tanımlar. Bu değer boş olamaz fakat mbstring
     tarafından tanınan kodlamalar liste halinde belirtilebilir. UCS-2BE
     öntanımlıdır.
    </span>
   </dd>
  
   
   <dt id="ini.exif.decode-unicode-intel">
    <code class="parameter">exif.decode_unicode_intel</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
    <span class="simpara">
     <code class="literal">exif.decode_unicode_intel</code>, görüntü intel bayt
     sıralamasına sahipse UNICODE kodlu kullanıcı açıklamaları için görüntü içi
     karakter kümesini tanımlar.  Bu değer boş olamaz fakat mbstring
     tarafından tanınan kodlamalar liste halinde belirtilebilir. UCS-2LE
     öntanımlıdır.
    </span>
   </dd>
  
   
   <dt id="ini.exif.encode-jis">
    <code class="parameter">exif.encode_jis</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
    <span class="simpara">
     <code class="literal">exif.encode_jis</code> JIS kodlu kullanıcı
     açıklamalarının elde edilmesinde kullanılacak karakter kümesini tanımlar.
     İşlevin mbstring eklentisinin öntanımlı dahili kodlamasının
     kullanılmasını sağlayan boş değer öntanımlı değerdir.
    </span>
   </dd>
  
   
   <dt id="ini.exif.decode-jis-motorola">
    <code class="parameter">exif.decode_jis_motorola</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
    <span class="simpara">
     <code class="literal">exif.decode_jis_motorola</code>, görüntü motorola bayt
     sıralamasına sahipse JIS kodlu kullanıcı açıklamaları için görüntü içi
     karakter kümesini tanımlar. Bu değer boş olamaz fakat mbstring
     tarafından tanınan kodlamalar liste halinde belirtilebilir. JIS
     öntanımlıdır.
    </span>
   </dd>
  
   
   <dt id="ini.exif.decode-jis-intel">
    <code class="parameter">exif.decode_jis_intel</code>
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
   </dt>
   <dd>
    <span class="simpara">
     <code class="literal">exif.decode_jis_intel</code>, görüntü intel bayt
     sıralamasına sahipse JIS kodlu kullanıcı açıklamaları için görüntü içi
     karakter kümesini tanımlar. Bu değer boş olamaz fakat mbstring
     tarafından tanınan kodlamalar liste halinde belirtilebilir. JIS
     öntanımlıdır.
    </span>
   </dd>
  
 </dl>
</div><?php manual_footer($setup); ?>