<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.calendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'calendar.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.calendar.php',
    1 => 'カレンダー',
  ),
  'prev' => 
  array (
    0 => 'calendar.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'カレンダー 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/calendar/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="calendar.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <dl>
  
   <dt id="constant.cal-easter-default">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-default">CAL_EASTER_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span> で、1753年より前はユリウス暦に従って、
     それ以降はグレゴリオ暦に従って復活祭の日付を計算する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-roman">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-roman">CAL_EASTER_ROMAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span> で、1583年より前はユリウス暦に従って、
     それ以降はグレゴリオ暦に従って復活祭の日付を計算する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-always-gregorian">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-always-gregorian">CAL_EASTER_ALWAYS_GREGORIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span> で、先発グレゴリオ暦に従って、
     復活祭の日付を計算する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-always-julian">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-always-julian">CAL_EASTER_ALWAYS_JULIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span> で、ユリウス暦に従って、
     復活祭の日付を計算する。     
    </span>
   </dd>
  
  
   <dt id="constant.cal-gregorian">
    <strong><code><a href="calendar.constants.php#constant.cal-gregorian">CAL_GREGORIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>、
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>、<span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> および
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span> で、先発グレゴリオ暦を使う。
    </span>
   </dd>
  
  
   <dt id="constant.cal-julian">
    <strong><code><a href="calendar.constants.php#constant.cal-julian">CAL_JULIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>、
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>、<span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> および
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span> で、ユリウス暦を使う。
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish">CAL_JEWISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>、
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>、<span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> および
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span> で、ユダヤ暦を使う。
    </span>
   </dd>
  
  
   <dt id="constant.cal-french">
    <strong><code><a href="calendar.constants.php#constant.cal-french">CAL_FRENCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>、
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>、<span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> および
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span> で、フランス革命暦を使う。
    </span>
   </dd>
  
  
   <dt id="constant.cal-num-cals">
    <strong><code><a href="calendar.constants.php#constant.cal-num-cals">CAL_NUM_CALS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     利用可能なカレンダーの数。
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-alafim-geresh">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-alafim-geresh">CAL_JEWISH_ADD_ALAFIM_GERESH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span> で、年の桁区切りとして、
     ゲレシュ記号（シングルクォートに似た記号）を追加する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-alafim">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-alafim">CAL_JEWISH_ADD_ALAFIM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span> で、年の桁区切りとして、
     「alafim」という語を追加する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-gereshayim">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-gereshayim">CAL_JEWISH_ADD_GERESHAYIM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span> で、年と日の最後の文字の前に、
     ゲルシャイム記号（ダブルクォートに似た記号）を追加する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-dayno">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-dayno">CAL_DOW_DAYNO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span> で、曜日を <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> で返す。
     <code class="literal">0</code> は日曜を、<code class="literal">6</code> は土曜を意味する。
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-short">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-short">CAL_DOW_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span> で、曜日の省略形英語名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-long">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-long">CAL_DOW_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span> で、曜日の英語名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-gregorian-short">
    <strong><code><a href="calendar.constants.php#constant.cal-month-gregorian-short">CAL_MONTH_GREGORIAN_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、省略形のグレゴリオ歴月名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-gregorian-long">
    <strong><code><a href="calendar.constants.php#constant.cal-month-gregorian-long">CAL_MONTH_GREGORIAN_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、グレゴリオ歴月名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-julian-short">
    <strong><code><a href="calendar.constants.php#constant.cal-month-julian-short">CAL_MONTH_JULIAN_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、省略形のユリウス歴月名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-julian-long">
    <strong><code><a href="calendar.constants.php#constant.cal-month-julian-long">CAL_MONTH_JULIAN_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、ユリウス歴月名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-jewish">
    <strong><code><a href="calendar.constants.php#constant.cal-month-jewish">CAL_MONTH_JEWISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、ユダヤ歴月名を返す。
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-french">
    <strong><code><a href="calendar.constants.php#constant.cal-month-french">CAL_MONTH_FRENCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span> で、フランス革命歴月名を返す。
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>