gpt4 book ai didi

php - 如何检测服务器空间是否足够上传文件?

转载 作者:可可西里 更新时间:2023-11-01 00:51:04 27 4
gpt4 key购买 nike

我有上传网站,我想知道如何通过 php 知道服务器的空间?

例如:

if($_FILES ...) {
if($server_rest_space enough for the file){
// upload it!
}
else{
echo 'no space on your server enough!'; //there is no space!!
}

重要的另一个问题,如果服务器已满!还有一些上传的文件会不会出错?

谢谢

最佳答案

尝试使用disk_free_space()

关于php - 如何检测服务器空间是否足够上传文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7199513/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com