WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Kill the script
Terminates the current script
None
None
<? die(); // nothing beyond this line will be executed while (1); // without the die() statement above we'd be stuck here until max_execution_time expires ?>
<? if ($_SESSION['admin']==0) die(); ?>
Mainline PHP has a function or language construct exit()
which is not implemented in uPHP.
process_kill() - Send a kill request to a process
max_execution_time() - Set the maximum execution time for the current script