DatePeriod::__construct
checkdate
Date/Time
PHP Manual
Date/Time 함수 목록
Table of Contents
checkdate
— 그레고리력 날짜를 확인합니다
date_add
— 별칭: DateTime::add
date_create_from_format
— 별칭: DateTime::createFromFormat
date_create
— Returns new DateTime object
date_date_set
— 별칭: DateTime::setDate
date_default_timezone_get
— Gets the default timezone used by all date/time functions in a script
date_default_timezone_set
— Sets the default timezone used by all date/time functions in a script
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
date_parse
— Returns associative array with detailed info about given date
date_sub
— 별칭: DateTime::sub
date_sun_info
— Returns an array with information about sunset/sunrise and twilight begin/end
date_sunrise
— Returns time of sunrise for a given day and location
date_sunset
— Returns time of sunset for a given day and location
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
— 로컬 날짜/시간을 형식화합니다
getdate
— 날짜/시간 정보를 가져온다
gettimeofday
— Get current time
gmdate
— Format a GMT/UTC date/time
gmmktime
— Get Unix timestamp for a GMT date
gmstrftime
— Format a GMT/UTC time/date according to locale settings
idate
— Format a local time/date as integer
localtime
— Get the local time
microtime
— Return current Unix timestamp with microseconds
mktime
— Get Unix timestamp for a date
strftime
— Format a local time/date according to locale settings
strptime
— Parse a time/date generated with strftime
strtotime
— Parse about any English textual datetime description into a Unix timestamp
time
— Return current Unix timestamp
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
— Returns new DateTimeZone object
timezone_transitions_get
— 별칭: DateTimeZone::getTransitions
timezone_version_get
— Gets the version of the timezonedb
DatePeriod::__construct
checkdate
Date/Time
PHP Manual