PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
// $df contains the total number of bytes available on "/"
$df = disk_total_space("/");
// On Windows:
disk_total_space("C:");
disk_total_space("D:");
?>