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

contributors($setup);

?>
<div id="datetime.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">
  <table class="doctable table">
   <caption><strong>Tarih/Saat Yapılandırma Seçenekleri</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="datetime.configuration.php#ini.date.default-latitude" class="link">date.default_latitude</a></td>
      <td>&quot;31.7667&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="datetime.configuration.php#ini.date.default-longitude" class="link">date.default_longitude</a></td>
      <td>&quot;35.2333&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="datetime.configuration.php#ini.date.sunrise-zenith" class="link">date.sunrise_zenith</a></td>
      <td>&quot;90.833333&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>PHP 8.0.0 öncesinde, &quot;90.583333&quot; öntanımlıydı.</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.sunset-zenith" class="link">date.sunset_zenith</a></td>
      <td>&quot;90.833333&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>PHP 8.0.0 öncesinde, &quot;90.583333&quot; öntanımlıydı.</td>
     </tr>

     <tr>
      <td><a href="datetime.configuration.php#ini.date.timezone" class="link">date.timezone</a></td>
      <td>&quot;UTC&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>PHP 8.2 ve sonrasında, geçersiz bir değer veya boş dizge atanması
       bir uyarı ile sonuçlanmaktadır.</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>

 <p class="para">
  <dl>
   
    <dt id="ini.date.default-latitude">
     <code class="parameter">date.default_latitude</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Varsayılan enlem. Ekvatorda <code class="literal">0</code>&#039;dan başlar,
      kuzeye doğru <code class="literal">+90</code> ve güneye doğru
      <code class="literal">-90</code>&#039;a kadardır.
     </p>
    </dd>
   

   
    <dt id="ini.date.default-longitude">
     <code class="parameter">date.default_longitude</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Varsayılan boylam. Başlangıç meridyeninde <code class="literal">0</code>&#039;dan
      başlar, doğuya doğru <code class="literal">+180</code> ve batıya doğru
      <code class="literal">-180</code>&#039;e kadardır.
     </p>
    </dd>
   

   
    <dt id="ini.date.sunrise-zenith">
     <code class="parameter">date.sunrise_zenith</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Varsayılan gün doğumu başucu noktası.
     </p>
     <p class="para">
      90°50&#039; öntanımlı değerdir. Ek 50&#039; iki bileşenden kaynaklanır:
      16&#039; Güneşin yarıçapından ve 34&#039; atmosferik kırılmadan.
     </p>
    </dd>
   

   
    <dt id="ini.date.sunset-zenith">
     <code class="parameter">date.sunset_zenith</code>
     <span class="type"><a href="language.types.float.php" class="type float">float</a></span>
    </dt>
    <dd>
     <p class="para">
      Varsayılan gün batımı başucu noktası.
     </p>
    </dd>
   

   
    <dt id="ini.date.timezone">
     <code class="parameter">date.timezone</code>
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
    </dt>
    <dd>
     <p class="para">
      Tüm tarih/saat işlevleri için öntanımlı zaman dilimi kullanılır.
      Öncelik sıralaması
      <span class="function"><a href="function.date-default-timezone-get.php" class="function">date_default_timezone_get()</a></span> işlevinin sayfasında
      tanımlanmıştır. Desteklenen zaman dilimleri için  <a href="timezones.php" class="xref">Desteklenen Zaman Dilimlerinin
Listesi</a> sayfasına bakın.
     </p>
    </dd>
   
  </dl>
 </p>
 <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
  <span class="simpara">
   İlk dört yapılandırma seçeneği halen sadece
   <span class="function"><a href="function.date-sunrise.php" class="function">date_sunrise()</a></span> ile <span class="function"><a href="function.date-sunset.php" class="function">date_sunset()</a></span>
   işlevlerinde kullanılmaktadır.
  </span>
 </p></blockquote>
</div><?php manual_footer($setup); ?>