disk_total_space

Example

 float disk_total_space ( string $directory ) 

Description

Given a string containing a directory, this function will return the total number of bytes on the corresponding filesystem or disk partition.

Return Values

Returns the total number of bytes as a float or FALSE on failure.