uTools-Manuals/docs/php/jewishtojd.html
2019-04-28 19:00:34 +08:00

94 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>转变一个Jewish历法的日期为一个Julian Day计数</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.jewishtojd" class="refentry">
<div class="refnamediv">
<h1 class="refname">JewishToJD</h1>
<p class="verinfo">(PHP 4, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">JewishToJD</span> &mdash; <span class="dc-title">转变一个Jewish历法的日期为一个Julian Day计数</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">int</span> <code class="parameter">$month</code></span>
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$day</code></span>
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$year</code></span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
尽管这个函数可以处理13761 B.C.以前的年份但这是没有意义的。Jewish历法被用了几千年但早期的时候一个月的开始没有固定的准则通常是观察到一个新月后定为一个月份的开始。
</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">
在1到13之间的月份
</p>
</dd>
<dt>
<code class="parameter">day</code></dt>
<dd>
<p class="para">
在1到30日之间的日子
</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">
指定的jewish历法的日期的julian天数。
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.jewishtojd-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="jdtojewish.html" class="function" rel="rdfs-seeAlso">jdtojewish()</a> - 转换一个julian天数为Jewish历法的日期</span></li>
<li class="member"><span class="function"><a href="cal_to_jd.html" class="function" rel="rdfs-seeAlso">cal_to_jd()</a> - 从一个支持的历法转变为Julian Day计数。</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>