User Tools

Site Tools


uphp:functions:nvram_dump

nvram_dump

WMPRO, WMMINI FW >= 1.0 WMMEGA 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

<pre><?
  print("Your NVRAM contains the following:\r\n");
  nvram_dump();
?></pre>

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

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