void exit ([ string $status ] or int $status )
Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit() is called.