User Tools

Site Tools


uphp:functions:disk_free_space

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

uphp:functions:disk_free_space [2017/05/08 14:20]
jeff
uphp:functions:disk_free_space [2021/09/13 05:57]
Line 1: Line 1:
-======disk_free_space====== 
- 
-<badge>WMPRO, WMMINI FW >= 1.55</badge> <badge>WMMEGA FW >= 2.0</badge> 
- 
-Return free space on microSD card 
- 
-====Description==== 
- 
-<well size="sm"> 
-<html> 
-<span style="font-size:125%;color:green">int 
-<span style="color:black">disk_free_space ( ) 
-</html> 
-</well> 
- 
-====Parameters==== 
- 
-None 
- 
-====Return Value==== 
- 
-KiloBytes (KB) available on the microSD card (Bytes/1024, rounded to an <html><b><span style="color:green">integer<span style="color:black"></b></html>) 
- 
-====Example==== 
- 
-<code php> 
-<? 
-  $df=disk_free_space(); 
-  print("The card has ".$df." KiloBytes free.");  
-?> 
-</code> 
- 
-====See Also==== 
- 
-[[disk_total_space()]] - Return total space on microSD card 
- 
-[[freemem()]] - Return free memory space 
- 
-[[freestack()]] - Return free stack space 
- 
-[[nvram_free()]] - Return free NVRAM space 
  
uphp/functions/disk_free_space.txt · Last modified: 2021/09/13 05:57 (external edit)