Display the drop-down list

disk_free_space()

« dirname | disk_total_space »
<?php
$float 
disk_free_space (
    
  // string $directory
);
?>
Result
$float = false
PHP warning : disk_free_space(): No such file or directory
Examples
#1 disk_free_space  ("/")
#2 disk_free_space  ("C:")
#3 disk_free_space  ("D:")
See also
disk_total_space