【发布时间】:2019-12-24 08:52:19
【问题描述】:
if(file_exists("/img/korica/Design_1.*"))
echo "file exist";
else
echo "there are no files with that name"
【问题讨论】:
-
this 可能有帮助
-
这能回答你的问题吗? PHP: How to check if image file exists?