← All docs

die()

die() — process builtin supported by Elephc.

die()

function die(int $status): void

die() is a process builtin supported by Elephc. Behavior matches the PHP manual unless noted below.

Parameters:

  • $status (int), optional

Returns: void

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