php 判断文件是否存在

180it 2021-11-05 PM 1440℃ 0条
if (file_exists('../storage/install.lock')) {
    alert('请勿重复安装');
}
支付宝打赏支付宝打赏 微信打赏微信打赏

如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!

标签: none

php 判断文件是否存在