← All docs

timezone_identifiers_list()

Rewritten by the name resolver into a constructor or method call on the corresponding builtin class before type checking.

timezone_identifiers_list()

function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array

Rewritten by the name resolver into a constructor or method call on the corresponding builtin class before type checking.

Parameters:

  • $timezoneGroup (int), default DateTimeZone::ALL, optional
  • $countryCode (?string), default null, optional

Returns: array

Availability

  • Compiled (AOT): supported through the Elephc compiler.
  • eval() (magician interpreter): supported through the procedural date/time alias dispatcher.

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how timezone_identifiers_list is implemented in the compiler, see the internals page.