disk_free_space() 函数返回指定目录的可用空间,以字节为单位。
disk_free_space(directory)
<?php echo disk_free_space("C:"); ?>
上面的代码将输出:
109693288448