disk_total_space

 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.