php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $timezone) | |
getName () | |
getOffset (DateTimeInterface $datetime) | |
getTransitions (int $timestampBegin=PHP_INT_MIN, int $timestampEnd=PHP_INT_MAX) | |
getLocation () | |
__serialize () | |
__unserialize (array $data) | |
__wakeup () | |
Static Public Member Functions | |
static | listAbbreviations () |
static | listIdentifiers (int $timezoneGroup=DateTimeZone::ALL, ?string $countryCode=null) |
static | __set_state (array $array) |
Data Fields | |
const int | AFRICA = UNKNOWN |
const int | AMERICA = UNKNOWN |
const int | ANTARCTICA = UNKNOWN |
const int | ARCTIC = UNKNOWN |
const int | ASIA = UNKNOWN |
const int | ATLANTIC = UNKNOWN |
const int | AUSTRALIA = UNKNOWN |
const int | EUROPE = UNKNOWN |
const int | INDIAN = UNKNOWN |
const int | PACIFIC = UNKNOWN |
const int | UTC = UNKNOWN |
const int | ALL = UNKNOWN |
const int | ALL_WITH_BC = UNKNOWN |
const int | PER_COUNTRY = UNKNOWN |
Definition at line 559 of file php_date.stub.php.
DateTimeZone::__construct | ( | string | $timezone | ) |
Definition at line 590 of file php_date.stub.php.
DateTimeZone::__serialize | ( | ) |
Definition at line 632 of file php_date.stub.php.
|
static |
@tentative-return-type
Definition at line 640 of file php_date.stub.php.
DateTimeZone::__unserialize | ( | array | $data | ) |
Definition at line 634 of file php_date.stub.php.
DateTimeZone::__wakeup | ( | ) |
@tentative-return-type
Definition at line 637 of file php_date.stub.php.
DateTimeZone::getLocation | ( | ) |
Definition at line 616 of file php_date.stub.php.
DateTimeZone::getName | ( | ) |
@tentative-return-type @alias timezone_name_get
Definition at line 596 of file php_date.stub.php.
DateTimeZone::getOffset | ( | DateTimeInterface | $datetime | ) |
@tentative-return-type @alias timezone_offset_get
Definition at line 602 of file php_date.stub.php.
DateTimeZone::getTransitions | ( | int | $timestampBegin = PHP_INT_MIN, |
int | $timestampEnd = PHP_INT_MAX ) |
Definition at line 609 of file php_date.stub.php.
|
static |
Definition at line 623 of file php_date.stub.php.
|
static |
Definition at line 630 of file php_date.stub.php.
const int DateTimeZone::AFRICA = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_AFRICA
Definition at line 562 of file php_date.stub.php.
const int DateTimeZone::ALL = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ALL
Definition at line 584 of file php_date.stub.php.
const int DateTimeZone::ALL_WITH_BC = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ALL_W_BC
Definition at line 586 of file php_date.stub.php.
const int DateTimeZone::AMERICA = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_AMERICA
Definition at line 564 of file php_date.stub.php.
const int DateTimeZone::ANTARCTICA = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ANTARCTICA
Definition at line 566 of file php_date.stub.php.
const int DateTimeZone::ARCTIC = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ARCTIC
Definition at line 568 of file php_date.stub.php.
const int DateTimeZone::ASIA = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ASIA
Definition at line 570 of file php_date.stub.php.
const int DateTimeZone::ATLANTIC = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_ATLANTIC
Definition at line 572 of file php_date.stub.php.
const int DateTimeZone::AUSTRALIA = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_AUSTRALIA
Definition at line 574 of file php_date.stub.php.
const int DateTimeZone::EUROPE = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_EUROPE
Definition at line 576 of file php_date.stub.php.
const int DateTimeZone::INDIAN = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_INDIAN
Definition at line 578 of file php_date.stub.php.
const int DateTimeZone::PACIFIC = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_PACIFIC
Definition at line 580 of file php_date.stub.php.
const int DateTimeZone::PER_COUNTRY = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_PER_COUNTRY
Definition at line 588 of file php_date.stub.php.
const int DateTimeZone::UTC = UNKNOWN |
@cvalue PHP_DATE_TIMEZONE_GROUP_UTC
Definition at line 582 of file php_date.stub.php.