24.4.7 Stop and Return of Processing
24.4.7.1 “exit” Statement and “die” Statement
“exit” statement is a command that prints the specified message and terminates the execution of the PHP script. “die” statement is the same command as “exit” statement.
exit ( [ status-message ] )
exit ( [ status-number ] )