您的位置:首页技术文章
文章详情页

PHP扩展之日期和时间相关函数大全

【字号: 日期:2022-09-15 16:30:33浏览:2作者:猪猪
checkdate — 验证一个格里高里日期date_add — 别名 DateTime::adddate_create_from_format — 别名 DateTime::createFromFormatdate_create_immutable_from_format — 别名 DateTimeImmutable::createFromFormatdate_create_immutable — 别名 DateTimeImmutable::__constructdate_create — 别名 DateTime::__constructdate_date_set — 别名 DateTime::setDatedate_default_timezone_get — 取得一个脚本中所有日期时间函数所使用的默认时区date_default_timezone_set — 设定用于一个脚本中所有日期时间函数的默认时区date_diff — 别名 DateTime::diffdate_format — 别名 DateTime::formatdate_get_last_errors — 别名 DateTime::getLastErrorsdate_interval_create_from_date_string — 别名 DateInterval::createFromDateStringdate_interval_format — 别名 DateInterval::formatdate_isodate_set — 别名 DateTime::setISODatedate_modify — 别名 DateTime::modifydate_offset_get — 别名 DateTime::getOffsetdate_parse_from_format — Get info about given date formatted according to the specified formatdate_parse — Returns associative array with detailed info about given datedate_sub — 别名 DateTime::subdate_sun_info — Returns an array with information about sunset/sunrise and twilight begin/enddate_sunrise — 返回给定的日期与地点的日出时间date_sunset — 返回给定的日期与地点的日落时间date_time_set — 别名 DateTime::setTimedate_timestamp_get — 别名 DateTime::getTimestampdate_timestamp_set — 别名 DateTime::setTimestampdate_timezone_get — 别名 DateTime::getTimezonedate_timezone_set — 别名 DateTime::setTimezonedate — 格式化一个本地时间/日期getdate — 取得日期/时间信息gettimeofday — 取得当前时间gmdate — 格式化一个 GMT/UTC 日期/时间gmmktime — 取得 GMT 日期的 UNIX 时间戳gmstrftime — 根据区域设置格式化 GMT/UTC 时间/日期idate — 将本地时间日期格式化为整数localtime — 取得本地时间microtime — 返回当前 Unix 时间戳和微秒数mktime — 取得一个日期的 Unix 时间戳strftime — 根据区域设置格式化本地时间/日期strptime — 解析由 strftime 生成的日期/时间strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳time — 返回当前的 Unix 时间戳timezone_abbreviations_list — 别名 DateTimeZone::listAbbreviationstimezone_identifiers_list — 别名 DateTimeZone::listIdentifierstimezone_location_get — 别名 DateTimeZone::getLocationtimezone_name_from_abbr — Returns the timezone name from abbreviationtimezone_name_get — 别名 DateTimeZone::getNametimezone_offset_get — 别名 DateTimeZone::getOffsettimezone_open — 别名 DateTimeZone::__constructtimezone_transitions_get — 别名 DateTimeZone::getTransitionstimezone_version_get — Gets the version of the timezonedb
标签: PHP
相关文章: