← All docs

jddayofweek()

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

jddayofweek()

function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): mixed

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

Parameters:

  • $julian_day (int)
  • $mode (int), default CAL_DOW_DAYNO, 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 jddayofweek is implemented in the compiler, see the internals page.