← All docs

exit()

exit() — process builtin supported by Elephc.

exit()

function exit(int $status): void

exit() 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.