<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.jewishtojd.php',
    1 => 'jewishtojd',
    2 => 'ユダヤ暦の日付けをユリウス積算日に変換する',
  ),
  'up' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'カレンダー 関数',
  ),
  'prev' => 
  array (
    0 => 'function.jdtounix.php',
    1 => 'jdtounix',
  ),
  'next' => 
  array (
    0 => 'function.juliantojd.php',
    1 => 'juliantojd',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/calendar/functions/jewishtojd.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.jewishtojd" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">jewishtojd</h1> 
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">jewishtojd</span> &mdash; <span class="dc-title">ユダヤ暦の日付けをユリウス積算日に変換する</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.jewishtojd-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>jewishtojd</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$month</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$day</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$year</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   この関数では1年(紀元前3761年)に遡って全ての日々を扱うこと
   が出来ますが、この様な使い方は特に意味があるわけではありません。
   ユダヤ暦は数千年に渡って使われていますが、当初は月の
   始まりが決められていませんでいた。新しい月は新月が最初に観測
   された日に始まりました。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.jewishtojd-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">month</code></dt>
     <dd>
      <p class="para">
       月を表す、<code class="literal">1</code> から <code class="literal">13</code> までの数値。
       <code class="literal">1</code> は <code class="literal">Tishri</code> を、
       <code class="literal">13</code> s <code class="literal">Elul</code> という意味です。
       そして <code class="literal">6</code> <em>と</em> <code class="literal">7</code> は
       通常の年では <code class="literal">Adar</code> を意味していますが、
       うるう年では <code class="literal">Adar I</code> と <code class="literal">Adar II</code> をそれぞれ意味しています。
      </p>
     </dd>
    
    
     <dt><code class="parameter">day</code></dt>
     <dd>
      <p class="para">
       日を表す、<code class="literal">1</code> から <code class="literal">30</code> までの数値。
       月が29日しかない場合、次の月のはじめの日と見なされます。
      </p>
     </dd>
    
    
     <dt><code class="parameter">year</code></dt>
     <dd>
      <p class="para">
       年を表す、1 から 9999 までの数値。
      </p>
     </dd>
      
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.jewishtojd-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   指定したユダヤ暦の日付に対応するユリウス積算日を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.jewishtojd-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.jdtojewish.php" class="function" rel="rdfs-seeAlso">jdtojewish()</a> - ユリウス積算日をユダヤ暦に変換する</span></li> 
    <li><span class="function"><a href="function.cal-to-jd.php" class="function" rel="rdfs-seeAlso">cal_to_jd()</a> - サポートされるカレンダーからユリウス積算日に変換する</span></li>
   </ul>
  </p>
 </div>

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