Get disk free space for Unix/Linux : Disk Drive « File Directory « PHP






Get disk free space for Unix/Linux

<?
$space = diskfreespace("/");
echo "$space";

?>
           
       








Related examples in the same category

1.Disk total space
2.Get free disk space for C: drive