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