User Tools

Site Tools


uphp:functions:die

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
uphp:functions:die [2017/03/18 18:43]
jeff
uphp:functions:die [2021/09/13 05:57] (current)
Line 1: Line 1:
 ======die====== ======die======
 +
 <badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge> <badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge>
  
Line 5: Line 6:
  
 ====Description==== ====Description====
-<well size="sm"><html><span style="font-size:125%;"></html>[[die]] ( ) + 
-</well>+<well size="sm"><html> 
 +<span style="font-size:125%">die ( ) 
 +</html></well>
  
 Terminates the current script Terminates the current script
  
 ====Parameters==== ====Parameters====
 +
 None None
  
-====Return Value====+====Return Values==== 
 None None
  
 ====Examples==== ====Examples====
 +
 <code php> <code php>
 <? <?
Line 24: Line 30:
 </code> </code>
  
-Kill a script if not logged in as an adminstrator:+===Kill a script if not logged in as an administrator===
  
 <code php> <code php>
Line 33: Line 39:
  
 ====Additional Information==== ====Additional Information====
 +
 Mainline PHP has a function or language construct ''exit()'' which is not implemented in uPHP. Mainline PHP has a function or language construct ''exit()'' which is not implemented in uPHP.
  
 ====See Also==== ====See Also====
-[[process_kill()]] - Send a kill request to the process number 
  
-[[max_execution_time()]] - Set maximum execution time in seconds+[[process_kill()]] - Send a kill request to a process 
 + 
 +[[max_execution_time()]] - Set the maximum execution time for the current script
  
uphp/functions/die.1489862602.txt.gz · Last modified: 2021/09/13 05:56 (external edit)