mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Improve order of the constants
The `CAL_JEWISH_ADD_*` constants are not directly related to `CAL_JEWISH`. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344410 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
304a15b2d7
commit
8bdb32ed3d
1 changed files with 24 additions and 24 deletions
|
@ -93,6 +93,30 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-french">
|
||||
<term>
|
||||
<constant>CAL_FRENCH</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
For <function>cal_days_in_month</function>,
|
||||
<function>cal_from_jd</function>, <function>cal_info</function> and
|
||||
<function>cal_to_jd</function>: use the French Repuclican calendar.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-num-cals">
|
||||
<term>
|
||||
<constant>CAL_NUM_CALS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The number of available calendars.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-jewish-add-alafim-geresh">
|
||||
<term>
|
||||
<constant>CAL_JEWISH_ADD_ALAFIM_GERESH</constant>
|
||||
|
@ -129,30 +153,6 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-french">
|
||||
<term>
|
||||
<constant>CAL_FRENCH</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
For <function>cal_days_in_month</function>,
|
||||
<function>cal_from_jd</function>, <function>cal_info</function> and
|
||||
<function>cal_to_jd</function>: use the French Repuclican calendar.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-num-cals">
|
||||
<term>
|
||||
<constant>CAL_NUM_CALS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The number of available calendars.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.cal-dow-dayno">
|
||||
<term>
|
||||
<constant>CAL_DOW_DAYNO</constant>
|
||||
|
|
Loading…
Reference in a new issue