From 4f99f45ac55e211c74d90fb482dd988dfb0c02ed Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 1 Mar 2018 12:59:05 +0000 Subject: [PATCH] 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 --- reference/calendar/functions/jdmonthname.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/calendar/functions/jdmonthname.xml b/reference/calendar/functions/jdmonthname.xml index 0ad13c91b5..b7150952bf 100644 --- a/reference/calendar/functions/jdmonthname.xml +++ b/reference/calendar/functions/jdmonthname.xml @@ -30,32 +30,32 @@ - 0 + CAL_MONTH_GREGORIAN_SHORT Gregorian - abbreviated Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec - 1 + CAL_MONTH_GREGORIAN_LONG Gregorian January, February, March, April, May, June, July, August, September, October, November, December - 2 + CAL_MONTH_JULIAN_SHORT Julian - abbreviated Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec - 3 + CAL_MONTH_JULIAN_LONG Julian January, February, March, April, May, June, July, August, September, October, November, December - 4 + CAL_MONTH_JEWISH Jewish Tishri, Heshvan, Kislev, Tevet, Shevat, AdarI, AdarII, Nisan, Iyyar, Sivan, Tammuz, Av, Elul - 5 + CAL_MONTH_FRENCH French Republican Vendemiaire, Brumaire, Frimaire, Nivose, Pluviose, Ventose, Germinal, Floreal, Prairial, Messidor, Thermidor, Fructidor, Extra @@ -78,10 +78,10 @@ - calendar + mode - The calendar to take the month name from + The calendar mode (see table above). @@ -92,7 +92,7 @@ &reftitle.returnvalues; - The month name for the given Julian Day and calendar. + The month name for the given Julian Day and mode.