mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Improve jdmonthname man page
We replace the numeric literals with their predefined constant names, and also call the parameter "mode" everywhere. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344408 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce74b736cf
commit
4f99f45ac5
1 changed files with 9 additions and 9 deletions
|
@ -30,32 +30,32 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>0</entry>
|
||||
<entry><constant>CAL_MONTH_GREGORIAN_SHORT</constant></entry>
|
||||
<entry>Gregorian - abbreviated</entry>
|
||||
<entry>Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>1</entry>
|
||||
<entry><constant>CAL_MONTH_GREGORIAN_LONG</constant></entry>
|
||||
<entry>Gregorian</entry>
|
||||
<entry>January, February, March, April, May, June, July, August, September, October, November, December</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>2</entry>
|
||||
<entry><constant>CAL_MONTH_JULIAN_SHORT</constant></entry>
|
||||
<entry>Julian - abbreviated</entry>
|
||||
<entry>Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>3</entry>
|
||||
<entry><constant>CAL_MONTH_JULIAN_LONG</constant></entry>
|
||||
<entry>Julian</entry>
|
||||
<entry>January, February, March, April, May, June, July, August, September, October, November, December</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>4</entry>
|
||||
<entry><constant>CAL_MONTH_JEWISH</constant></entry>
|
||||
<entry>Jewish</entry>
|
||||
<entry>Tishri, Heshvan, Kislev, Tevet, Shevat, AdarI, AdarII, Nisan, Iyyar, Sivan, Tammuz, Av, Elul</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5</entry>
|
||||
<entry><constant>CAL_MONTH_FRENCH</constant></entry>
|
||||
<entry>French Republican</entry>
|
||||
<entry>Vendemiaire, Brumaire, Frimaire, Nivose, Pluviose, Ventose, Germinal, Floreal, Prairial, Messidor, Thermidor, Fructidor, Extra</entry>
|
||||
</row>
|
||||
|
@ -78,10 +78,10 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>calendar</parameter></term>
|
||||
<term><parameter>mode</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The calendar to take the month name from
|
||||
The calendar mode (see table above).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The month name for the given Julian Day and <parameter>calendar</parameter>.
|
||||
The month name for the given Julian Day and <parameter>mode</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue