User Tools

Site Tools


uphp:functions:nvram_free

This is an old revision of the document!


nvram_free

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

Returns the number of byte available in NVRAM

Description

int nvram_free ( )

Parameter

none

Return Values

int: number of bytes free in NVRAM

Example

<?
  $res=nvram_free();
  print("NVRAM Free Size: ".$res);  
?>

See Also

nvram_backup() - Backup NVRAM contents to a file

nvram_defrag() - Defrag NVRAM

nvram_dump() - Dump NVRAM to standard output

nvram_restore() - Restore NVRAM contents from a file

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