exit

(PHP 3, PHP 4 )

exit -- Terminate current script

Description

void exit ( void)

This language construct terminates parsing of the script. It does not return.

See also die().