Home
last modified time | relevance | path

Searched refs:julian_day (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/calendar/
H A Dcalendar.stub.php121 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 Dcalendar_arginfo.h11 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 9 milliseconds