exit

Example

 void exit ([ string $status ] or int $status )
 

Description

Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit() is called.

Return Values