User Tools

Site Tools


uphp:functions:phpinfo

Differences

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

Link to this comparison view

uphp:functions:phpinfo [2017/05/15 12:59]
jeff created
uphp:functions:phpinfo [2021/09/13 05:57]
Line 1: Line 1:
-======phpinfo====== 
  
-<badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge> 
- 
-Return information about the system 
- 
-====Description==== 
- 
-<well size="sm"><html> 
-<span style="font-size:125%;color:green">string 
-<span style="color:black">phpinfo ( ) 
-</html></well> 
- 
-====Parameters==== 
- 
-None 
- 
-====Return Values==== 
- 
-<html><b><span style="color:green">String<span style="color:black"></b></html>:  Firmware version and basic operating system information in a list format 
- 
-====Example==== 
- 
-<code php> 
-<? 
-  print(phpinfo()); 
-?> 
-</code> 
- 
-Typical output for the above example (results vary depending on the system and status): 
- 
-<code> 
-Firmware Version 
-1.1051 
-USB Support 
-Enabled 
-Network Support 
-Enabled 
-Onewire Support 
-Enabled 
-Modbus TCP Support 
-Enabled 
-Wireless Support 
-Disabled 
-</code> 
- 
-====See Also==== 
- 
-[[get3gstat()]] - Get cellular data connection status information 
- 
-[[getethstat()]] - Get Ethernet connection status information 
- 
-[[getusbstat()]] - Get USB host status information 
- 
-[[netstat()]] - Get Ethernet information 
- 
-[[stats()]] - Return the system statistics 
- 
-[[usbinfo()]] - Get information about the USB state 
uphp/functions/phpinfo.txt · Last modified: 2021/09/13 05:57 (external edit)