← All docs
date_create_immutable()
Rewritten by the name resolver into a constructor or method call on the corresponding builtin class before type checking.
date_create_immutable()
function date_create_immutable(string $datetime = 'now', mixed $timezone = null): mixed
Rewritten by the name resolver into a constructor or method call on the corresponding builtin class before type checking.
Parameters:
$datetime(string), default'now', optional$timezone(mixed), defaultnull, optional
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_create_immutable is implemented in the compiler, see the internals page.