Searched refs:julian_day (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/calendar/ |
H A D | calendar.stub.php | 121 function cal_from_jd(int $julian_day, int $calendar): array {} argument 139 function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string {} argument 141 function jdmonthname(int $julian_day, int $mode): string {} argument 143 function jdtofrench(int $julian_day): string {} argument 145 function jdtogregorian(int $julian_day): string {} argument 147 function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string {} argument 149 function jdtojulian(int $julian_day): string {} argument 151 function jdtounix(int $julian_day): int {} argument
|
H A D | calendar_arginfo.h | 11 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0) 42 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0) 47 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0) 52 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0) 58 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0) 66 ZEND_ARG_TYPE_INFO(0, julian_day, IS_LONG, 0)
|
Completed in 6 milliseconds