(PHP 4 >= 4.1.0)
Given a string containing a directory, this function will return the number of bytes available on the corresponding filesystem or disk partition.
Example 1. disk_free_space() example
$df = disk_free_space("/"); // $df contains the number of bytes // available on "/"