exit

(unknown)

exit -- Terminate current script

Description

void exit (mixed status)

The exit() function terminates execution of the script. It has no return value, but will use status as its exit status.

See also die().