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

contributors($setup);

?>
<div id="datetime.constants" class="appendix">
 <h1 class="title">Öntanımlı Sabitler</h1>

 <p class="para">
  <a href="class.datetimeinterface.php#datetimeinterface.constants.types" class="link"><code class="literal">DATE_*</code>
  sabitleri</a> standart tarih gösterimi için tarih biçimlendirme
  işlevleriyle kullanılabilirler. (<span class="function"><a href="function.date.php" class="function">date()</a></span> işlevi gibi).
 </p>
 <p class="para">
  Aşağıdaki sabitler <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şlevleri tarafından biçim belirtmek
  için döndürülürler.
 </p>

 <dl>
  
   <dt id="constant.sunfuncs-ret-timestamp">
    <strong><code><a href="datetime.constants.php#constant.sunfuncs-ret-timestamp">SUNFUNCS_RET_TIMESTAMP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Zaman damgası
    </span>
   </dd>
  
  
   <dt id="constant.sunfuncs-ret-string">
    <strong><code><a href="datetime.constants.php#constant.sunfuncs-ret-string">SUNFUNCS_RET_STRING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Saat:dakika (örnek: <code class="literal">08:02</code>)
    </span>
   </dd>
  
  
   <dt id="constant.sunfuncs-ret-double">
    <strong><code><a href="datetime.constants.php#constant.sunfuncs-ret-double">SUNFUNCS_RET_DOUBLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gerçek sayı olarak saat (örnek: <code class="literal">8.75</code>)
    </span>
   </dd>
  
 </dl>

 <table class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title"><strong><code><a href="datetime.constants.php#constant.date-atom">DATE_<span class="replaceable">*</span></a></code></strong> sabitleri</strong>
  <tr>
   <td id="constant.date-atom"><strong><code><a href="datetime.constants.php#constant.date-atom">DATE_ATOM</a></code></strong></td>
   <td>
    <span class="simpara">
     Atom (örnek: <code class="literal">2005-08-15T15:52:01+00:00</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-cookie"><strong><code><a href="datetime.constants.php#constant.date-cookie">DATE_COOKIE</a></code></strong></td>
   <td>
    <span class="simpara">
     HTTP Çerezleri (örnek: <code class="literal">Monday, 15-Aug-2005 15:52:01 UTC</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-iso8601"><strong><code><a href="datetime.constants.php#constant.date-iso8601">DATE_ISO8601</a></code></strong></td>
   <td>
    <span class="simpara">
     ISO-8601 (örnek: <code class="literal">2005-08-15T15:52:01+0000</code>)
    </span>
    <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
     <span class="simpara">
      Bu biçem ISO-8601 ile uyumlu değildir, ancak geriye dönük uyumluluk nedeniyle bu şekilde bırakılmıştır. ISO-8601 ile uyumluluk için yerine
      <strong><code><a href="datetime.constants.php#constant.date-iso8601-expanded">DATE_ISO8601_EXPANDED</a></code></strong>,
      <strong><code><a href="datetime.constants.php#constant.date-atom">DATE_ATOM</a></code></strong> kullanılmalıdır
      (bkz. ISO8601:2004 bölüm 4.3.3 bent d).
     </span>
    </p></blockquote>
   </td>
  </tr>

  <tr>
   <td id="constant.date-iso8601-expanded"><strong><code><a href="datetime.constants.php#constant.date-iso8601-expanded">DATE_ISO8601_EXPANDED</a></code></strong></td>
   <td>
    <span class="simpara">
     Genişletimiş ISO-8601 (örnek: <code class="literal">+10191-07-26T08:59:52+01:00</code>)
    </span>
    <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
     <span class="simpara">
      Bu biçem ISO-8601&#039;in normal
      <code class="literal">0000</code>-<code class="literal">9999</code> aralığının dışındaki
      yıllara bir im karakteri dahil ederek izin verir. Ayrıca ISO-8601 ile
      uyumlu olan zaman dilimi (<code class="literal">+01:00</code>) parçasını da
      içerir.
     </span>
    </p></blockquote>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc822"><strong><code><a href="datetime.constants.php#constant.date-rfc822">DATE_RFC822</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 822 (örnek: <code class="literal">Mon, 15 Aug 05 15:52:01 +0000</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc850"><strong><code><a href="datetime.constants.php#constant.date-rfc850">DATE_RFC850</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 850 (örnek: <code class="literal">Monday, 15-Aug-05 15:52:01 UTC</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc1036"><strong><code><a href="datetime.constants.php#constant.date-rfc1036">DATE_RFC1036</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 1036 (örnek: <code class="literal">Mon, 15 Aug 05 15:52:01 +0000</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc1123"><strong><code><a href="datetime.constants.php#constant.date-rfc1123">DATE_RFC1123</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 1123 (örnek: <code class="literal">Mon, 15 Aug 2005 15:52:01 +0000</code>)
    </span>
   </td>
  </tr>

  <tr>
    <td id="constant.date-rfc7231"><strong><code><a href="datetime.constants.php#constant.date-rfc7231">DATE_RFC7231</a></code></strong></td>
    <td>
     <span class="simpara">
      RFC 7231 (PHP 7.0.19 ve 7.1.5 itibariyle)
      (örnek: <code class="literal">Sat, 30 Apr 2016 17:52:13 GMT</code>)
     </span>
    </td>
  </tr>

  <tr>
   <td id="constant.date-rfc2822"><strong><code><a href="datetime.constants.php#constant.date-rfc2822">DATE_RFC2822</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 2822 (örnek: <code class="literal">Mon, 15 Aug 2005 15:52:01 +0000</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc3339"><strong><code><a href="datetime.constants.php#constant.date-rfc3339">DATE_RFC3339</a></code></strong></td>
   <td>
    <span class="simpara">
     <strong><code><a href="datetime.constants.php#constant.date-atom">DATE_ATOM</a></code></strong> ile aynı.
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rfc3339-extended"><strong><code><a href="datetime.constants.php#constant.date-rfc3339-extended">DATE_RFC3339_EXTENDED</a></code></strong></td>
   <td>
    <span class="simpara">
     RFC 3339 genişletilmiş biçem
     (örnek: <code class="literal">2005-08-15T15:52:01.000+00:00</code>)
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-rss"><strong><code><a href="datetime.constants.php#constant.date-rss">DATE_RSS</a></code></strong></td>
   <td>
    <span class="simpara">
     RSS (örnek: <code class="literal">Mon, 15 Aug 2005 15:52:01 +0000</code>).
     <strong><code><a href="datetime.constants.php#constant.date-rfc1123">DATE_RFC1123</a></code></strong> için takma ad.
    </span>
   </td>
  </tr>

  <tr>
   <td id="constant.date-w3c"><strong><code><a href="datetime.constants.php#constant.date-w3c">DATE_W3C</a></code></strong></td>
   <td>
    <span class="simpara">
     World Wide Web uluslararası ticaret birliği.
     (örnek: <code class="literal">2005-08-15T15:52:01+00:00</code>).
     <strong><code><a href="datetime.constants.php#constant.date-rfc3339">DATE_RFC3339</a></code></strong> için takma ad.
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>