php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "sdncal.h"
Go to the source code of this file.
Macros | |
#define | HALAKIM_PER_HOUR 1080 |
#define | HALAKIM_PER_DAY 25920 |
#define | HALAKIM_PER_LUNAR_CYCLE ((29 * HALAKIM_PER_DAY) + 13753) |
#define | HALAKIM_PER_METONIC_CYCLE (HALAKIM_PER_LUNAR_CYCLE * (12 * 19 + 7)) |
#define | JEWISH_SDN_OFFSET 347997 |
#define | JEWISH_SDN_MAX 324542846L /* 12/13/887605, greater value raises integer overflow */ |
#define | NEW_MOON_OF_CREATION 31524 |
#define | SUNDAY 0 |
#define | MONDAY 1 |
#define | TUESDAY 2 |
#define | WEDNESDAY 3 |
#define | THURSDAY 4 |
#define | FRIDAY 5 |
#define | SATURDAY 6 |
#define | NOON (18 * HALAKIM_PER_HOUR) |
#define | AM3_11_20 ((9 * HALAKIM_PER_HOUR) + 204) |
#define | AM9_32_43 ((15 * HALAKIM_PER_HOUR) + 589) |
Functions | |
void | SdnToJewish (zend_long sdn, int *pYear, int *pMonth, int *pDay) |
zend_long | JewishToSdn (int year, int month, int day) |
Variables | |
const int | monthsPerYear [19] |
const char *const | JewishMonthNameLeap [14] |
const char *const | JewishMonthName [14] |
const char *const | JewishMonthHebNameLeap [14] |
const char *const | JewishMonthHebName [14] |
#define AM3_11_20 ((9 * HALAKIM_PER_HOUR) + 204) |
#define AM9_32_43 ((15 * HALAKIM_PER_HOUR) + 589) |
#define HALAKIM_PER_LUNAR_CYCLE ((29 * HALAKIM_PER_DAY) + 13753) |
#define HALAKIM_PER_METONIC_CYCLE (HALAKIM_PER_LUNAR_CYCLE * (12 * 19 + 7)) |
#define NOON (18 * HALAKIM_PER_HOUR) |
const char* const JewishMonthHebName[14] |
const char* const JewishMonthHebNameLeap[14] |
const char* const JewishMonthName[14] |
const char* const JewishMonthNameLeap[14] |