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/03/18 19:21]
jeff
uphp:functions:debugout [2021/09/13 05:57] (current)
Line 1: Line 1:
 ======debugout====== ======debugout======
 +
 <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>[[debugout]] + 
-<html>+<well size="sm"><html> 
-<span style="color:green;">int +<span style="font-size:125%">debugout ( 
-<span style="color:blue;">$value +<span style="color:green">int 
-<span style="color:black;">)+<span style="color:blue">$value 
 +<span style="color:black">)
 </html></well> </html></well>
  
 Sets the status of debug messages on the telnet console Sets the status of debug messages on the telnet console
  
-====Parameters==== +====Parameter==== 
-<html><span style="color:blue;"><b>value</b><span style="color:black;"></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 Values====
  
-====Return Value==== 
 None None
  
 ====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 31: Line 37:
  
 ====See Also==== ====See Also====
 +
 [[debug()]] - Print to debug output [[debug()]] - Print to debug output
  
 [[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.1489864915.txt.gz · Last modified: 2021/09/13 05:56 (external edit)