? unixtojd
簡介 ?
Bejson.com
PHP Manual
日期與時(shí)間相關(guān)擴(kuò)展
日期和時(shí)間
日期和時(shí)間
簡介
安裝/配置
需求
安裝
運(yùn)行時(shí)配置
資源類型
預(yù)定義常量
范例
Date/Time Arithmetic
DateTime
— DateTime 類
DateTime::add
— 給一個(gè) DateTime 對(duì)象增加一定量的天,月,年,小時(shí),分鐘 以及秒。
DateTime::__construct
— 返回一個(gè)新的 DateTime 對(duì)象
DateTime::createFromFormat
— 根據(jù)給定的格式解析日期時(shí)間字符串
DateTime::createFromImmutable
— Returns new DateTime object encapsulating the given DateTimeImmutable object
DateTime::createFromInterface
— Returns new DateTime object encapsulating the given DateTimeInterface object
DateTime::getLastErrors
— 獲取警告和錯(cuò)誤信息
DateTime::modify
— 修改日期時(shí)間對(duì)象的值
DateTime::__set_state
— __set_state 魔術(shù)方法處理函數(shù)
DateTime::setDate
— 設(shè)置 DateTime 對(duì)象的日期
DateTime::setISODate
— 設(shè)置 ISO 日期
DateTime::setTime
— 設(shè)置 DateTime 對(duì)象的時(shí)間
DateTime::setTimestamp
— 以 Unix 時(shí)間戳的方式設(shè)置 DateTime 對(duì)象
DateTime::setTimezone
— 設(shè)置 DateTime 對(duì)象的時(shí)區(qū)
DateTime::sub
— 對(duì)一個(gè) DateTime 對(duì)象減去一定量的 日、月、年、小時(shí)、分鐘和秒。
DateTimeImmutable
— The DateTimeImmutable class
DateTimeImmutable::add
— Adds an amount of days, months, years, hours, minutes and seconds
DateTimeImmutable::__construct
— Returns new DateTimeImmutable object
DateTimeImmutable::createFromFormat
— Parses a time string according to a specified format
DateTimeImmutable::createFromInterface
— Returns new DateTimeImmutable object encapsulating the given DateTimeInterface object
DateTimeImmutable::createFromMutable
— Returns new DateTimeImmutable object encapsulating the given DateTime object
DateTimeImmutable::getLastErrors
— Returns the warnings and errors
DateTimeImmutable::modify
— Creates a new object with modified timestamp
DateTimeImmutable::__set_state
— The __set_state handler
DateTimeImmutable::setDate
— Sets the date
DateTimeImmutable::setISODate
— Sets the ISO date
DateTimeImmutable::setTime
— Sets the time
DateTimeImmutable::setTimestamp
— Sets the date and time based on a Unix timestamp
DateTimeImmutable::setTimezone
— Sets the time zone
DateTimeImmutable::sub
— Subtracts an amount of days, months, years, hours, minutes and seconds
DateTimeInterface
— The DateTimeInterface interface
DateTime::diff
— Returns the difference between two DateTime objects
DateTime::format
— Returns date formatted according to given format
DateTime::getOffset
— Returns the timezone offset
DateTime::getTimestamp
— Gets the Unix timestamp
DateTime::getTimezone
— Return time zone relative to given DateTime
DateTime::__wakeup
— The __wakeup handler
DateTimeZone
— The DateTimeZone class
DateTimeZone::__construct
— 創(chuàng)建新的DateTimeZone對(duì)象
DateTimeZone::getLocation
— 返回與時(shí)區(qū)相關(guān)的定位信息。
DateTimeZone::getName
— 返回時(shí)區(qū)名稱。
DateTimeZone::getOffset
— 返回相對(duì)于 GMT 的時(shí)差。
DateTimeZone::getTransitions
— Returns all transitions for the timezone
DateTimeZone::listAbbreviations
— 返回一個(gè)包含 dst (夏令時(shí)),時(shí)差和時(shí)區(qū)信息的關(guān)聯(lián)數(shù)組。
DateTimeZone::listIdentifiers
— 返回一個(gè)包含了所有時(shí)區(qū)標(biāo)示符的索引數(shù)組。
DateInterval
— DateInterval 類
DateInterval::__construct
— Creates a new DateInterval object
DateInterval::createFromDateString
— Sets up a DateInterval from the relative parts of the string
DateInterval::format
— Formats the interval
DatePeriod
— DatePeriod 類
DatePeriod::__construct
— Creates a new DatePeriod object
DatePeriod::getDateInterval
— Gets the interval
DatePeriod::getEndDate
— Gets the end date
DatePeriod::getRecurrences
— Gets the number of recurrences
DatePeriod::getStartDate
— Gets the start date
Date/Time 函數(shù)
checkdate
— 驗(yàn)證一個(gè)格里高里日期
date_add
— 別名 DateTime::add
date_create_from_format
— 別名 DateTime::createFromFormat
date_create_immutable_from_format
— 別名 DateTimeImmutable::createFromFormat
date_create_immutable
— 別名 DateTimeImmutable::__construct
date_create
— 別名 DateTime::__construct
date_date_set
— 別名 DateTime::setDate
date_default_timezone_get
— 取得一個(gè)腳本中所有日期時(shí)間函數(shù)所使用的默認(rèn)時(shí)區(qū)
date_default_timezone_set
— 設(shè)定用于一個(gè)腳本中所有日期時(shí)間函數(shù)的默認(rèn)時(shí)區(qū)
date_diff
— 別名 DateTime::diff
date_format
— 別名 DateTime::format
date_get_last_errors
— 別名 DateTime::getLastErrors
date_interval_create_from_date_string
— 別名 DateInterval::createFromDateString
date_interval_format
— 別名 DateInterval::format
date_isodate_set
— 別名 DateTime::setISODate
date_modify
— 別名 DateTime::modify
date_offset_get
— 別名 DateTime::getOffset
date_parse_from_format
— Get info about given date formatted according to the specified format
date_parse
— 返回指定日期/時(shí)間的詳細(xì)信息的關(guān)聯(lián)數(shù)組
date_sub
— 別名 DateTime::sub
date_sun_info
— Returns an array with information about sunset/sunrise and twilight begin/end
date_sunrise
— 返回給定的日期與地點(diǎn)的日出時(shí)間
date_sunset
— 返回給定的日期與地點(diǎn)的日落時(shí)間
date_time_set
— 別名 DateTime::setTime
date_timestamp_get
— 別名 DateTime::getTimestamp
date_timestamp_set
— 別名 DateTime::setTimestamp
date_timezone_get
— 別名 DateTime::getTimezone
date_timezone_set
— 別名 DateTime::setTimezone
date
— 格式化一個(gè)本地時(shí)間/日期
getdate
— 取得日期/時(shí)間信息
gettimeofday
— 取得當(dāng)前時(shí)間
gmdate
— 格式化一個(gè) GMT/UTC 日期/時(shí)間
gmmktime
— 取得 GMT 日期的 UNIX 時(shí)間戳
gmstrftime
— 根據(jù)區(qū)域設(shè)置格式化 GMT/UTC 時(shí)間/日期
idate
— 將本地時(shí)間日期格式化為整數(shù)
localtime
— 取得本地時(shí)間
microtime
— 返回當(dāng)前 Unix 時(shí)間戳和微秒數(shù)
mktime
— 取得一個(gè)日期的 Unix 時(shí)間戳
strftime
— 根據(jù)區(qū)域設(shè)置格式化本地時(shí)間/日期
strptime
— 解析由 strftime 生成的日期/時(shí)間
strtotime
— 將任何字符串的日期時(shí)間描述解析為 Unix 時(shí)間戳
time
— 返回當(dāng)前的 Unix 時(shí)間戳
timezone_abbreviations_list
— 別名 DateTimeZone::listAbbreviations
timezone_identifiers_list
— 別名 DateTimeZone::listIdentifiers
timezone_location_get
— 別名 DateTimeZone::getLocation
timezone_name_from_abbr
— Returns the timezone name from abbreviation
timezone_name_get
— 別名 DateTimeZone::getName
timezone_offset_get
— 別名 DateTimeZone::getOffset
timezone_open
— 別名 DateTimeZone::__construct
timezone_transitions_get
— 別名 DateTimeZone::getTransitions
timezone_version_get
— 獲取 timezonedb 的版本
Supported Date and Time Formats
Time Formats
Date Formats
Compound Formats
Relative Formats
所支持的時(shí)區(qū)列表
非洲
美洲
南極洲
北極
亞洲
大西洋
澳洲
歐洲
印度
太平洋地區(qū)
其他