哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP datetimezone 组件

DateTimeZone 类

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

简介

时区表示。

类摘要

class DateTimeZone {
/* 常量 */
const int AFRICA = 1;
const int AMERICA = 2;
const int ANTARCTICA = 4;
const int ARCTIC = 8;
const int ASIA = 16;
const int ATLANTIC = 32;
const int AUSTRALIA = 64;
const int EUROPE = 128;
const int INDIAN = 256;
const int PACIFIC = 512;
const int UTC = 1024;
const int ALL = 2047;
const int ALL_WITH_BC = 4095;
const int PER_COUNTRY = 4096;
/* 方法 */
public __construct(string $timezone)
public getLocation(): array|false
public getName(): string
public getOffset(DateTimeInterface $datetime): int
public getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|false
public static listAbbreviations(): array
public static listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array
}

预定义常量

DateTimeZone::AFRICA

非洲时区。

DateTimeZone::AMERICA

美洲时区。

DateTimeZone::ANTARCTICA

南极洲时区。

DateTimeZone::ARCTIC

北极时区。

DateTimeZone::ASIA

亚洲时区。

DateTimeZone::ATLANTIC

大西洋时区。

DateTimeZone::AUSTRALIA

澳洲时区。

DateTimeZone::EUROPE

欧洲时区。

DateTimeZone::INDIAN

印度洋(Indian)时区。

DateTimeZone::PACIFIC

太平洋时区。

DateTimeZone::UTC

UTC 时区。

DateTimeZone::ALL

所有时区。

DateTimeZone::ALL_WITH_BC

所有时区,包含向后兼容。

DateTimeZone::PER_COUNTRY

每个国家的时区。

目录

打开 哈希空间 微信小程序中查看更佳