User Tools

Site Tools


uphp:functions:nvram_dump

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:nvram_dump [2017/05/11 09:11]
admin
uphp:functions:nvram_dump [2021/09/13 05:57] (current)
Line 1: Line 1:
 ======nvram_dump====== ======nvram_dump======
  
-<badge>WMPRO, WMMINI FW >= 1.1015</badge> <badge>WMMEGA FW >= 2.0</badge>+<badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge>
  
-Dump the entire contents of NVRAM to the standard output (console or script) for debugging+Dump the contents of <tooltip title="Non-Volatile RAM">NVRAM</tooltip> to standard output
  
 ====Description==== ====Description====
  
 <well size="sm"><html> <well size="sm"><html>
-<span style="color:black">nvram_dump ( +<span style="font-size:125%">nvram_dump ( )
-<span style="color:black">)+
 </html></well> </html></well>
  
-====Parameter====+This function will dump the entire contents of <tooltip title="Non-Volatile RAM">NVRAM</tooltip> to the standard output (console or script) for debugging purposes
  
-none+====Parameters==== 
 + 
 +None
  
 ====Return Values==== ====Return Values====
  
-none+None
  
 ====Example==== ====Example====
Line 26: Line 27:
   print("Your NVRAM contains the following:\r\n");   print("Your NVRAM contains the following:\r\n");
   nvram_dump();   nvram_dump();
-?>+?></pre>
 </code> </code>
 +
 ====See Also==== ====See Also====
  
-[[nvram_restore()]] - Restore NVRAM contents from a file+[[nvram_restore()]] - Restore the contents of <tooltip title="Non-Volatile RAM">NVRAM</tooltip> from a file
  
-[[nvram_backup()]] - Backup NVRAM contents to a file +[[nvram_backup()]] - Backup the contents of <tooltip title="Non-Volatile RAM">NVRAM</tooltipto a file on the SD Card
-</html>+
  
uphp/functions/nvram_dump.1494493897.txt.gz · Last modified: 2021/09/13 05:56 (external edit)