<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.com.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.variant-date-from-timestamp.php',
    1 => 'variant_date_from_timestamp',
    2 => 'Unix zaman damgasının varyant tarih g&ouml;sterimini d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'ref.com.php',
    1 => 'COM İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.variant-cmp.php',
    1 => 'variant_cmp',
  ),
  'next' => 
  array (
    0 => 'function.variant-date-to-timestamp.php',
    1 => 'variant_date_to_timestamp',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/com/functions/variant-date-from-timestamp.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.variant-date-from-timestamp" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">variant_date_from_timestamp</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">variant_date_from_timestamp</span> &mdash; <span class="dc-title">Unix zaman damgasının varyant tarih gösterimini döndürür</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.variant-date-from-timestamp-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>variant_date_from_timestamp</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$zamandamgasi</code></span>): <span class="type"><a href="class.variant.php" class="type variant">variant</a></span></div>

  <p class="para rdfs-comment">
   Unix <code class="parameter">zamandamgasi</code> değerini
   <strong><code><a href="com.constants.php#constant.vt-date">VT_DATE</a></code></strong> türü varyant tarihe çevirir. COM ve
   PHP&#039;nin unix parçaları arasında çalışma kolaylığı sağlar.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.variant-date-from-timestamp-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">zamandamgasi</code></dt>
     <dd>
      <p class="para">
       Unix zaman damgası.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.variant-date-from-timestamp-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   <strong><code><a href="com.constants.php#constant.vt-date">VT_DATE</a></code></strong> türünde varyant bir değer döndürür.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.variant-date-from-timestamp-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.variant-date-to-timestamp.php" class="function" rel="rdfs-seeAlso">variant_date_to_timestamp()</a> - Varyant tarih/zaman değerini Unix zaman damgasına &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.mktime.php" class="function" rel="rdfs-seeAlso">mktime()</a> - Bir tarih i&ccedil;in Unix zaman damgasını d&ouml;nd&uuml;r&uuml;r</span></li>
    <li><span class="function"><a href="function.time.php" class="function" rel="rdfs-seeAlso">time()</a> - Ge&ccedil;erli Unix zaman damgasını d&ouml;nd&uuml;r&uuml;r</span></li>
   </ul>
  </p>
 </div>

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