The DateTimeZone class
(PHP 5 >= 5.2.0, PHP 7)
简介
Representation of time zone.
类摘要
DateTimeZone {
/* 常量 */
/* 方法 */
public
getTransitions ([
int
$timestamp_begin
= PHP_INT_MIN
[,
int $timestamp_end
= PHP_INT_MAX
]] ) :
array
public
static
listIdentifiers ([
int
}
$what
= DateTimeZone::ALL [,
string $country
= NULL
]] ) :
array
预定义常量
-
DateTimeZone::AFRICA
-
Africa time zones.
-
DateTimeZone::AMERICA
-
America time zones.
-
DateTimeZone::ANTARCTICA
-
Antarctica time zones.
-
DateTimeZone::ARCTIC
-
Arctic time zones.
-
DateTimeZone::ASIA
-
Asia time zones.
-
DateTimeZone::ATLANTIC
-
Atlantic time zones.
-
DateTimeZone::AUSTRALIA
-
Australia time zones.
-
DateTimeZone::EUROPE
-
Europe time zones.
-
DateTimeZone::INDIAN
-
Indian time zones.
-
DateTimeZone::PACIFIC
-
Pacific time zones.
-
DateTimeZone::UTC
-
UTC time zones.
-
DateTimeZone::ALL
-
All time zones.
-
DateTimeZone::ALL_WITH_BC
-
All time zones including backwards compatible.
-
DateTimeZone::PER_COUNTRY
-
Time zones per country.
Table of Contents
- DateTimeZone::__construct — 创建新的DateTimeZone对象
- DateTimeZone::getLocation — 返回与时区相关的定位信息。
- DateTimeZone::getName — 返回时区名称。
- DateTimeZone::getOffset — 返回相对于 GMT 的时差。
- DateTimeZone::getTransitions — Returns all transitions for the timezone
- DateTimeZone::listAbbreviations — 返回一个包含 dst (夏令时),时差和时区信息的关联数组。
- DateTimeZone::listIdentifiers — 返回一个包含了所有时区标示符的索引数组。