php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
const char * | name |
const char * | symbol |
cal_to_jd_func_t | to_jd |
cal_from_jd_func_t | from_jd |
int | num_months |
int | max_days_in_month |
const char *const * | month_name_short |
const char *const * | month_name_long |
Definition at line 50 of file calendar.c.
cal_from_jd_func_t cal_entry_t::from_jd |
Definition at line 54 of file calendar.c.
int cal_entry_t::max_days_in_month |
Definition at line 56 of file calendar.c.
const char* const* cal_entry_t::month_name_long |
Definition at line 58 of file calendar.c.
const char* const* cal_entry_t::month_name_short |
Definition at line 57 of file calendar.c.
const char* cal_entry_t::name |
Definition at line 51 of file calendar.c.
int cal_entry_t::num_months |
Definition at line 55 of file calendar.c.
const char* cal_entry_t::symbol |
Definition at line 52 of file calendar.c.
cal_to_jd_func_t cal_entry_t::to_jd |
Definition at line 53 of file calendar.c.