User Tools

Site Tools


uphp:functions:phpinfo

phpinfo

WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0

Return information about the system

Description

string phpinfo ( )

Parameters

None

Return Values

String: Firmware version and basic operating system information in a list format

Example

<?
  print(phpinfo());
?>

Typical output for the above example (results vary depending on the system and status):

Firmware Version
1.1051
USB Support
Enabled
Network Support
Enabled
Onewire Support
Enabled
Modbus TCP Support
Enabled
Wireless Support
Disabled

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 system statistics

uphp/functions/phpinfo.txt · Last modified: 2021/09/13 05:57 (external edit)