User Tools

Site Tools


uphp:functions:debugout

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:debugout [2017/04/04 13:07]
jeff
uphp:functions:debugout [2021/09/13 05:57] (current)
Line 7: Line 7:
 ====Description==== ====Description====
  
-<well size="sm"><html><span style="font-size:125%"></html>[[debugout]] +<well size="sm"><html> 
-<html>(+<span style="font-size:125%">debugout (
 <span style="color:green">int <span style="color:green">int
 <span style="color:blue">$value <span style="color:blue">$value
Line 20: Line 20:
 <html><b><span style="color:blue">$value<span style="color:black"></b></html>:  0 to disable, 1 to enable <html><b><span style="color:blue">$value<span style="color:black"></b></html>:  0 to disable, 1 to enable
  
-====Return Value====+====Return Values====
  
 None None
Line 26: Line 26:
 ====Example==== ====Example====
  
-**Do nothing for 10 seconds during which time all debug alerts appear on the console:**+===Do nothing for 10 seconds during which time all debug alerts appear on the console===
  
 <code php> <code php>
Line 42: Line 42:
 [[error_reporting()]] - Set the debug output level [[error_reporting()]] - Set the debug output level
  
-[[log()]] - Print to the System Log+[[log()]] - Print to the System Log (or optional file)
  
-[[print()]] - Output data to the current output stream such as a web page or terminal+[[print()]] - Print data to the current output stream such as a web page or terminal
  
-[[max_execution_time()]] - Set maximum execution time in seconds+[[max_execution_time()]] - Set the maximum execution time for the current script
  
uphp/functions/debugout.1491311264.txt.gz · Last modified: 2021/09/13 05:56 (external edit)