timezone_transitions_get()
function timezone_transitions_get(mixed $object, int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): mixed
Implemented by the compiler-injected tz prelude.
Parameters:
$object(mixed)$timestampBegin(int), defaultPHP_INT_MIN, optional$timestampEnd(int), defaultPHP_INT_MAX, optional
Returns: mixed
Availability
- Compiled (AOT): supported through the compiler-injected tz prelude.
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_transitions_get is implemented in the compiler, see the internals page.