======nvram_dump======
WMPRO, WMMINI FW >= 1.0WMMEGA FW >= 2.0
Dump the contents of NVRAM to standard output
====Description====
nvram_dump ( )
This function will dump the entire contents of NVRAM to the standard output (console or script) for debugging purposes
====Parameters====
None
====Return Values====
None
====Example====
print("Your NVRAM contains the following:\r\n");
nvram_dump();
?>
====See Also====
[[nvram_restore()]] - Restore the contents of NVRAM from a file
[[nvram_backup()]] - Backup the contents of NVRAM to a file on the SD Card