返回 C: 目录的总大小(以字节为单位):
<?php
echo disk_total_space("C:");
?>
上面代码的输出可能是:
119990349824
disk_total_space() 函数返回指定文件系统或磁盘的总大小(以字节为单位)。
提示:看着那(这磁盘空闲空间()获取文件系统或磁盘的可用空间。
disk_total_space(
directory)
Parameter | Description |
---|---|
directory | Required. Specifies the filesystem or disk to check |
返回值: | 成功时总大小(以字节为单位)的数量,失败时为 FALSE |
---|---|
PHP 版本: | 4.1+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!