From 6ee897a843288e088581473e7ec308ef6b90fa47 Mon Sep 17 00:00:00 2001 From: Moshe Doron Date: Thu, 22 May 2003 10:34:38 +0000 Subject: [PATCH] jdtojewish optional parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128393 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/calendar/constants.xml | 40 +++++++++++++++++++- reference/calendar/functions/jdtojewish.xml | 42 ++++++++++++++++----- 2 files changed, 72 insertions(+), 10 deletions(-) diff --git a/reference/calendar/constants.xml b/reference/calendar/constants.xml index 0ea91ad29a..0c60fcb554 100644 --- a/reference/calendar/constants.xml +++ b/reference/calendar/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -204,6 +204,44 @@ + + + + + + The following constants are available since PHP 5.0.0 : + + + + + CAL_JEWISH_ADD_ALAFIM_GERESH + (integer) + + + + + + + + + + CAL_JEWISH_ADD_ALAFIM + (integer) + + + + + + + + + + CAL_JEWISH_ADD_GERESHAYIM + (integer) + + + + diff --git a/reference/calendar/functions/jdtojewish.xml b/reference/calendar/functions/jdtojewish.xml index e012ca491e..9d31f2089d 100644 --- a/reference/calendar/functions/jdtojewish.xml +++ b/reference/calendar/functions/jdtojewish.xml @@ -1,25 +1,49 @@ - + - JDToJewish + jdtojewish - Converts a Julian Day Count to the Jewish Calendar - + Converts a julian day count to a jewish calendar date Description - - stringjdtojewish - intjulianday - + + stringjdtojewish + intjuliandaycount + boolhebrew + intfl + - Converts a Julian Day Count the the Jewish Calendar. + Converts a Julian Day Count the the Jewish Calendar. + + + The following option is available since PHP 5.0.0: + + + If the the second parameter is set to true, the third parameters used for hebrew, string based, output format. the available formats are: + CAL_JEWISH_ADD_ALAFIM_GERESH, + CAL_JEWISH_ADD_ALAFIM, + CAL_JEWISH_ADD_GERESHAYIM. + + + + + <function>jdtojewish</function> Example + + +]]> + + +