|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
| cal_days_in_month (int $calendar, int $month, int $year) | |
| cal_from_jd (int $julian_day, int $calendar) | |
| cal_info (int $calendar=-1) | |
| cal_to_jd (int $calendar, int $month, int $day, int $year) | |
| easter_date (?int $year=null, int $mode=CAL_EASTER_DEFAULT) | |
| easter_days (?int $year=null, int $mode=CAL_EASTER_DEFAULT) | |
| frenchtojd (int $month, int $day, int $year) | |
| gregoriantojd (int $month, int $day, int $year) | |
| jddayofweek (int $julian_day, int $mode=CAL_DOW_DAYNO) | |
| jdmonthname (int $julian_day, int $mode) | |
| jdtofrench (int $julian_day) | |
| jdtogregorian (int $julian_day) | |
| jdtojewish (int $julian_day, bool $hebrew=false, int $flags=0) | |
| jdtojulian (int $julian_day) | |
| jdtounix (int $julian_day) | |
| jewishtojd (int $month, int $day, int $year) | |
| juliantojd (int $month, int $day, int $year) | |
| unixtojd (?int $timestamp=null) | |
Variables | |
| const | CAL_GREGORIAN = UNKNOWN |
| const | CAL_JULIAN = UNKNOWN |
| const | CAL_JEWISH = UNKNOWN |
| const | CAL_FRENCH = UNKNOWN |
| const | CAL_NUM_CALS = UNKNOWN |
| const | CAL_DOW_DAYNO = UNKNOWN |
| const | CAL_DOW_SHORT = UNKNOWN |
| const | CAL_DOW_LONG = UNKNOWN |
| const | CAL_MONTH_GREGORIAN_SHORT = UNKNOWN |
| const | CAL_MONTH_GREGORIAN_LONG = UNKNOWN |
| const | CAL_MONTH_JULIAN_SHORT = UNKNOWN |
| const | CAL_MONTH_JULIAN_LONG = UNKNOWN |
| const | CAL_MONTH_JEWISH = UNKNOWN |
| const | CAL_MONTH_FRENCH = UNKNOWN |
| const | CAL_EASTER_DEFAULT = UNKNOWN |
| const | CAL_EASTER_ROMAN = UNKNOWN |
| const | CAL_EASTER_ALWAYS_GREGORIAN = UNKNOWN |
| const | CAL_EASTER_ALWAYS_JULIAN = UNKNOWN |
| const | CAL_JEWISH_ADD_ALAFIM_GERESH = UNKNOWN |
| const | CAL_JEWISH_ADD_ALAFIM = UNKNOWN |
| const | CAL_JEWISH_ADD_GERESHAYIM = UNKNOWN |
| cal_days_in_month | ( | int | $calendar, |
| int | $month, | ||
| int | $year ) |
Definition at line 115 of file calendar.stub.php.
| cal_from_jd | ( | int | $julian_day, |
| int | $calendar ) |
Definition at line 121 of file calendar.stub.php.
| cal_info | ( | int | $calendar = -1 | ) |
Definition at line 127 of file calendar.stub.php.
| cal_to_jd | ( | int | $calendar, |
| int | $month, | ||
| int | $day, | ||
| int | $year ) |
Definition at line 129 of file calendar.stub.php.
| easter_date | ( | ?int | $year = null, |
| int | $mode = CAL_EASTER_DEFAULT ) |
Definition at line 131 of file calendar.stub.php.
| easter_days | ( | ?int | $year = null, |
| int | $mode = CAL_EASTER_DEFAULT ) |
Definition at line 133 of file calendar.stub.php.
| frenchtojd | ( | int | $month, |
| int | $day, | ||
| int | $year ) |
Definition at line 135 of file calendar.stub.php.
| gregoriantojd | ( | int | $month, |
| int | $day, | ||
| int | $year ) |
Definition at line 137 of file calendar.stub.php.
| jddayofweek | ( | int | $julian_day, |
| int | $mode = CAL_DOW_DAYNO ) |
Definition at line 139 of file calendar.stub.php.
| jdmonthname | ( | int | $julian_day, |
| int | $mode ) |
Definition at line 141 of file calendar.stub.php.
| jdtofrench | ( | int | $julian_day | ) |
Definition at line 143 of file calendar.stub.php.
| jdtogregorian | ( | int | $julian_day | ) |
Definition at line 145 of file calendar.stub.php.
| jdtojewish | ( | int | $julian_day, |
| bool | $hebrew = false, | ||
| int | $flags = 0 ) |
Definition at line 147 of file calendar.stub.php.
| jdtojulian | ( | int | $julian_day | ) |
Definition at line 149 of file calendar.stub.php.
| jdtounix | ( | int | $julian_day | ) |
Definition at line 151 of file calendar.stub.php.
| jewishtojd | ( | int | $month, |
| int | $day, | ||
| int | $year ) |
Definition at line 153 of file calendar.stub.php.
| juliantojd | ( | int | $month, |
| int | $day, | ||
| int | $year ) |
Definition at line 155 of file calendar.stub.php.
| unixtojd | ( | ?int | $timestamp = null | ) |
Definition at line 157 of file calendar.stub.php.
| const CAL_DOW_DAYNO = UNKNOWN |
Definition at line 35 of file calendar.stub.php.
| const CAL_DOW_LONG = UNKNOWN |
Definition at line 45 of file calendar.stub.php.
| const CAL_DOW_SHORT = UNKNOWN |
Definition at line 40 of file calendar.stub.php.
| const CAL_EASTER_ALWAYS_GREGORIAN = UNKNOWN |
Definition at line 92 of file calendar.stub.php.
| const CAL_EASTER_ALWAYS_JULIAN = UNKNOWN |
Definition at line 97 of file calendar.stub.php.
| const CAL_EASTER_DEFAULT = UNKNOWN |
Definition at line 82 of file calendar.stub.php.
| const CAL_EASTER_ROMAN = UNKNOWN |
Definition at line 87 of file calendar.stub.php.
| const CAL_FRENCH = UNKNOWN |
Definition at line 24 of file calendar.stub.php.
| const CAL_GREGORIAN = UNKNOWN |
Definition at line 9 of file calendar.stub.php.
| const CAL_JEWISH = UNKNOWN |
Definition at line 19 of file calendar.stub.php.
| const CAL_JEWISH_ADD_ALAFIM = UNKNOWN |
Definition at line 108 of file calendar.stub.php.
| const CAL_JEWISH_ADD_ALAFIM_GERESH = UNKNOWN |
Definition at line 103 of file calendar.stub.php.
| const CAL_JEWISH_ADD_GERESHAYIM = UNKNOWN |
Definition at line 113 of file calendar.stub.php.
| const CAL_JULIAN = UNKNOWN |
Definition at line 14 of file calendar.stub.php.
| const CAL_MONTH_FRENCH = UNKNOWN |
Definition at line 76 of file calendar.stub.php.
| const CAL_MONTH_GREGORIAN_LONG = UNKNOWN |
Definition at line 56 of file calendar.stub.php.
| const CAL_MONTH_GREGORIAN_SHORT = UNKNOWN |
Definition at line 51 of file calendar.stub.php.
| const CAL_MONTH_JEWISH = UNKNOWN |
Definition at line 71 of file calendar.stub.php.
| const CAL_MONTH_JULIAN_LONG = UNKNOWN |
Definition at line 66 of file calendar.stub.php.
| const CAL_MONTH_JULIAN_SHORT = UNKNOWN |
Definition at line 61 of file calendar.stub.php.
| const CAL_NUM_CALS = UNKNOWN |
Definition at line 29 of file calendar.stub.php.