update : 2015.11.03
php.shukuma.com
검색:
Date and Time
unixtojd
소개
Date and Time Related Extensions
PHP Manual
Date and Time
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
예약 상수
DateTime
— The DateTime class
DateTime::add
— Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object
DateTime::__construct
— Returns new DateTime object
DateTime::createFromFormat
— Returns new DateTime object formatted according to the specified format
DateTime::getLastErrors
— Returns the warnings and errors
DateTime::modify
— Alters the timestamp
DateTime::__set_state
— The __set_state handler
DateTime::setDate
— Sets the date
DateTime::setISODate
— Sets the ISO date
DateTime::setTime
— Sets the time
DateTime::setTimestamp
— Sets the date and time based on an Unix timestamp
DateTime::setTimezone
— Sets the time zone for the DateTime object
DateTime::sub
— Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object
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
— Returns new DateTimeImmutable object formatted according to the specified format
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 an 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
— Creates new DateTimeZone object
DateTimeZone::getLocation
— Returns location information for a timezone
DateTimeZone::getName
— Returns the name of the timezone
DateTimeZone::getOffset
— Returns the timezone offset from GMT
DateTimeZone::getTransitions
— Returns all transitions for the timezone
DateTimeZone::listAbbreviations
— Returns associative array containing dst, offset and the timezone name
DateTimeZone::listIdentifiers
— Returns a numerically indexed array containing all defined timezone identifiers
DateInterval
— The DateInterval class
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
— The DatePeriod class
DatePeriod::__construct
— Creates a new DatePeriod object
Date/Time 함수 목록
checkdate
— 그레고리력 날짜를 확인합니다
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
— 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 formatted according to the specified format
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
— 별칭: DateTimeZone::__construct
timezone_transitions_get
— 별칭: DateTimeZone::getTransitions
timezone_version_get
— Gets the version of the timezonedb
Supported Date and Time Formats
Time Formats
Date Formats
Compound Formats
Relative Formats
지원하는 시간대 목록
아프리카
아메리카
남극
북극
아시아
대서양
호주
유럽
인도
태평양
Others
unixtojd
소개
Date and Time Related Extensions
PHP Manual