时间:2021-07-01 10:21:17 帮助过:6人阅读
读取字段内容,解析出图片名
配好路径,在循环中用 file_exists 函数进行检查
首先读出数据库内容。分解成数组,然后遍历,判断文件是否存在。
$v){ if(!file_exists($v)){ $notexists[] = $v; }}print_r($notexists);?>
首先读出数据库内容。分解成数组,然后遍历,判断文件是否存在。
$v){ if(!file_exists($v)){ $notexists[] = $v; }}print_r($notexists);?>
$v){ if(!file_exists($folder.$v)){ $notexists[] = $v; }}print_r($notexists);?>