cal_days_in_month() | (int $calendar, int $month, int $year): int | int | ✓ | ✓ |
cal_from_jd() | (int $julian_day, int $calendar): array | array | ✓ | ✓ |
cal_info() | (int $calendar = -1): array | array | ✓ | ✓ |
cal_to_jd() | (int $calendar, int $month, int $day, int $year): int | int | ✓ | ✓ |
checkdate() | (int $month, int $day, int $year): bool | bool | ✓ | ✓ |
date() | (string $format, ?int $timestamp = null): string | string | ✓ | ✓ |
date_add() | (mixed $object, mixed $interval): mixed | mixed | ✓ | ✓ |
date_create() | (string $datetime = 'now', mixed $timezone = null): mixed | mixed | ✓ | ✓ |
date_create_from_format() | (string $format, string $datetime, mixed $timezone = null): mixed | mixed | ✓ | ✓ |
date_create_immutable() | (string $datetime = 'now', mixed $timezone = null): mixed | mixed | ✓ | ✓ |
date_create_immutable_from_format() | (string $format, string $datetime, mixed $timezone = null): mixed | mixed | ✓ | ✓ |
date_date_set() | (mixed $object, int $year, int $month, int $day): mixed | mixed | ✓ | ✓ |
date_default_timezone_get() | (): string | string | ✓ | ✓ |
date_default_timezone_set() | (string $timezoneId): bool | bool | ✓ | ✓ |
date_diff() | (mixed $baseObject, mixed $targetObject, bool $absolute = false): mixed | mixed | ✓ | ✓ |
date_format() | (mixed $object, string $format): string | string | ✓ | ✓ |
date_get_last_errors() | (): mixed | mixed | ✓ | ✓ |
date_interval_create_from_date_string() | (string $datetime): mixed | mixed | ✓ | ✓ |
date_interval_format() | (mixed $object, string $format): string | string | ✓ | ✓ |
date_isodate_set() | (mixed $object, int $year, int $week, int $dayOfWeek = 1): mixed | mixed | ✓ | ✓ |
date_modify() | (mixed $object, string $modifier): mixed | mixed | ✓ | ✓ |
date_offset_get() | (mixed $object): int | int | ✓ | ✓ |
date_parse() | (string $datetime): array | array | ✓ | ✓ |
date_parse_from_format() | (string $format, string $datetime): array | array | ✓ | ✓ |
date_sub() | (mixed $object, mixed $interval): mixed | mixed | ✓ | ✓ |
date_sun_info() | (int $timestamp, float $latitude, float $longitude): array | array | ✓ | ✓ |
date_sunrise() | (int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, ?float $latitude = null, ?float $longitude = null, ?float $zenith = null, ?float $utcOffset = null): mixed | mixed | ✓ | ✓ |
date_sunset() | (int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, ?float $latitude = null, ?float $longitude = null, ?float $zenith = null, ?float $utcOffset = null): mixed | mixed | ✓ | ✓ |
date_time_set() | (mixed $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): mixed | mixed | ✓ | ✓ |
date_timestamp_get() | (mixed $object): int | int | ✓ | ✓ |
date_timestamp_set() | (mixed $object, int $timestamp): mixed | mixed | ✓ | ✓ |
date_timezone_get() | (mixed $object): mixed | mixed | ✓ | ✓ |
date_timezone_set() | (mixed $object, mixed $timezone): mixed | mixed | ✓ | ✓ |
easter_date() | (?int $year = null, int $mode = CAL_EASTER_DEFAULT): int | int | ✓ | ✓ |
easter_days() | (?int $year = null, int $mode = CAL_EASTER_DEFAULT): int | int | ✓ | ✓ |
frenchtojd() | (int $month, int $day, int $year): int | int | ✓ | ✓ |
getdate() | (?int $timestamp = null): array | array | ✓ | ✓ |
gettimeofday() | (bool $as_float = false): mixed | mixed | ✓ | ✓ |
gmdate() | (string $format, ?int $timestamp = null): string | string | ✓ | ✓ |
gmmktime() | (int $hour, int $minute, int $second, int $month, int $day, int $year): int | int | ✓ | ✓ |
gmstrftime() | (string $format, ?int $timestamp = null): mixed | mixed | ✓ | ✓ |
gregoriantojd() | (int $month, int $day, int $year): int | int | ✓ | ✓ |
hrtime() | (bool $as_number = false): mixed | mixed | ✓ | ✓ |
idate() | (string $format, ?int $timestamp = null): mixed | mixed | ✓ | ✓ |
jddayofweek() | (int $julian_day, int $mode = CAL_DOW_DAYNO): mixed | mixed | ✓ | ✓ |
jdmonthname() | (int $julian_day, int $mode): string | string | ✓ | ✓ |
jdtofrench() | (int $julian_day): string | string | ✓ | ✓ |
jdtogregorian() | (int $julian_day): string | string | ✓ | ✓ |
jdtojewish() | (int $julian_day, bool $hebrew = false, int $flags = 0): string | string | ✓ | ✓ |
jdtojulian() | (int $julian_day): string | string | ✓ | ✓ |
jdtounix() | (int $julian_day): int | int | ✓ | ✓ |
jewishtojd() | (int $month, int $day, int $year): int | int | ✓ | ✓ |
juliantojd() | (int $month, int $day, int $year): int | int | ✓ | ✓ |
localtime() | (int $timestamp = -1, bool $associative = false): array | array | ✓ | ✓ |
microtime() | (bool $as_float = false): mixed | mixed | ✓ | ✓ |
mktime() | (int $hour, int $minute, int $second, int $month, int $day, int $year): int | int | ✓ | ✓ |
strftime() | (string $format, ?int $timestamp = null): mixed | mixed | ✓ | ✓ |
strptime() | (string $timestamp, string $format): mixed | mixed | ✓ | ✓ |
strtotime() | (string $datetime, ?int $baseTimestamp = null): mixed | mixed | ✓ | ✓ |
time() | (): int | int | ✓ | ✓ |
timezone_abbreviations_list() | (): mixed | mixed | ✓ | ✓ |
timezone_identifiers_list() | (int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array | array | ✓ | ✓ |
timezone_location_get() | (mixed $object): mixed | mixed | ✓ | ✓ |
timezone_name_from_abbr() | (string $abbr, int $utcOffset = -1, int $isDST = -1): mixed | mixed | ✓ | ✓ |
timezone_name_get() | (mixed $object): string | string | ✓ | ✓ |
timezone_offset_get() | (mixed $object, mixed $datetime): int | int | ✓ | ✓ |
timezone_open() | (string $timezone): mixed | mixed | ✓ | ✓ |
timezone_transitions_get() | (mixed $object, int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): mixed | mixed | ✓ | ✓ |
timezone_version_get() | (): string | string | ✓ | ✓ |
unixtojd() | (?int $timestamp = null): mixed | mixed | ✓ | ✓ |