float disk_total_space ( string $directory )
Given a string containing a directory, this function will return the total number of bytes on the corresponding filesystem or disk partition.
Returns the total number of bytes as a float or FALSE on failure.