User Tools

Site Tools


uphp:functions:disk_total_space

Differences

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

Link to this comparison view

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