Searched refs:julian_day (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/calendar/ |
H A D | calendar.stub.php | 7 function cal_from_jd(int $julian_day, int $calendar): array {} argument 21 function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string {} argument 23 function jdmonthname(int $julian_day, int $mode): string {} argument 25 function jdtofrench(int $julian_day): string {} argument 27 function jdtogregorian(int $julian_day): string {} argument 29 function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string {} argument 31 function jdtojulian(int $julian_day): string {} argument 33 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 8 milliseconds