public function delFile($file) { if (!unlink($file)) { return false; } else { return true; } }
本文标题:php 删除文件
本文链接:https://www.haomeiwen.com/subject/mtzayltx.html
网友评论