时间:2021-07-01 10:21:17 帮助过:35人阅读
<?php $jb51net = disk_free_space("/"); echo $jb51net; ?> 代码如下:<?php // $df 包含根目录下可用的字节数 $df = disk_free_space("/"); //在 Windows 下: disk_free_space("C:"); disk_free_space("D:"); ?> 返回的是文件系统或磁盘分区返回可用的字节数
<?php // $df 包含根目录下可用的字节数 $df = disk_free_space("/"); //在 Windows 下: disk_free_space("C:"); disk_free_space("D:"); ?> 返回的是文件系统或磁盘分区返回可用的字节数
< 上一篇
php file_exists 检查文件或目录是否存在的函数
下一篇 >
PHP is_dir() 判断给定文件名是否是一个目录
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册