← All docs

date_timezone_get()

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

date_timezone_get()

function date_timezone_get(mixed $object): mixed

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

Parameters:

  • $object (mixed)

Returns: mixed

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 date_timezone_get is implemented in the compiler, see the internals page.