<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.calendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.cal-to-jd.php',
    1 => 'cal_to_jd',
    2 => 'Desteklenen bir takvimden J&uuml;lyen G&uuml;n Sayısına d&ouml;n&uuml;ş&uuml;m yapar',
  ),
  'up' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'Takvim İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.cal-info.php',
    1 => 'cal_info',
  ),
  'next' => 
  array (
    0 => 'function.easter-date.php',
    1 => 'easter_date',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/calendar/functions/cal-to-jd.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.cal-to-jd" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">cal_to_jd</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">cal_to_jd</span> &mdash; <span class="dc-title">Desteklenen bir takvimden Jülyen Gün Sayısına dönüşüm yapar</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.cal-to-jd-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>cal_to_jd</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$takvim</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$ay</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$gun</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$yil</code></span><br>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>cal_to_jd()</strong></span> işlevi <code class="parameter">calendar</code>
   bağımsız değişkenine göre Jülyen Gün Sayısını hesaplar.
   Desteklenen <code class="parameter">takvim</code> türleri
   <strong><code><a href="calendar.constants.php#constant.cal-gregorian">CAL_GREGORIAN</a></code></strong>,
   <strong><code><a href="calendar.constants.php#constant.cal-julian">CAL_JULIAN</a></code></strong>,
   <strong><code><a href="calendar.constants.php#constant.cal-jewish">CAL_JEWISH</a></code></strong> ve
   <strong><code><a href="calendar.constants.php#constant.cal-french">CAL_FRENCH</a></code></strong>&#039;dir.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.cal-to-jd-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">takvim</code></dt>
     <dd>
      <p class="para">
       Dönüşüm yapılacak takvim
       <strong><code><a href="calendar.constants.php#constant.cal-gregorian">CAL_GREGORIAN</a></code></strong>,
       <strong><code><a href="calendar.constants.php#constant.cal-julian">CAL_JULIAN</a></code></strong>,
       <strong><code><a href="calendar.constants.php#constant.cal-jewish">CAL_JEWISH</a></code></strong> veya
       <strong><code><a href="calendar.constants.php#constant.cal-french">CAL_FRENCH</a></code></strong> değerlerinden biri olabilir.
      </p>
     </dd>
    
    
     <dt><code class="parameter">ay</code></dt>
     <dd>
      <p class="para">
       Sayı olarak ay değeri, geçerli olan değer aralığı
       <code class="parameter">takvim</code> bağımsız değişkenine bağlıdır
      </p>
     </dd>
    
    
     <dt><code class="parameter">gun</code></dt>
     <dd>
      <p class="para">
       Sayı olarak gün değeri, gerçerli olan değer aralığı
       <code class="parameter">takvim</code> bağımsız değişkenine bağlıdır
      </p>
     </dd>
    
    
     <dt><code class="parameter">yil</code></dt>
     <dd>
      <p class="para">
       Sayı olarak yıl değeri, geçerli olan değer aralığı
       <code class="parameter">takvim</code> bağımsız değişkenine bağlıdır
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.cal-to-jd-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Jülyen Gün Sayısı.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.cal-to-jd-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.cal-from-jd.php" class="function" rel="rdfs-seeAlso">cal_from_jd()</a> - J&uuml;lyen G&uuml;n Sayısını, istenen takvim bi&ccedil;imine &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.frenchtojd.php" class="function" rel="rdfs-seeAlso">frenchtojd()</a> - Fransız İhtilali takvim tarihini, J&uuml;lyen G&uuml;n Sayısına
   &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.gregoriantojd.php" class="function" rel="rdfs-seeAlso">gregoriantojd()</a> - Gregoryen tarihini, J&uuml;lyen G&uuml;n Sayısına &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.jewishtojd.php" class="function" rel="rdfs-seeAlso">jewishtojd()</a> - Yahudi takvimindeki bir tarihi, J&uuml;lyen G&uuml;n Sayısına &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.juliantojd.php" class="function" rel="rdfs-seeAlso">juliantojd()</a> - J&uuml;lyen takvimindeki tarihi, J&uuml;lyen G&uuml;n Sayısına &ccedil;evirir</span></li>
    <li><span class="function"><a href="function.unixtojd.php" class="function" rel="rdfs-seeAlso">unixtojd()</a> - Unix zaman damgasını, J&uuml;lyen G&uuml;n Sayısına &ccedil;evirir</span></li>
   </ul>
  </p>
 </div>

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