User Tools

Site Tools


uphp:functions:nvram_unset

This is an old revision of the document!


nvram_unset

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

Unset (clear) a value in NVRAM for a particular key.

Description

int nvram_unset ( string $key )

Parameter

$key: String variable name

Return Values

int: returns 1 on success and 0 on failure

Example

<?
  $res=nvram_unset("myvariable");
  if (!$res) {
    print("Error clearing NVRAM key/value");
  } 
?>

See Also

nvram_get() - Get a value in NVRAM</html>

nvram_set() - set a value in NVRAM</html>

uphp/functions/nvram_unset.1494494956.txt.gz · Last modified: 2021/09/13 05:56 (external edit)