摘要:
function delfile($filename){ if (!file_exists($filename)) { return; } if (!is_dir($filename)) { unlink($filename); retur... 阅读全文
posted @ 2015-04-11 15:54 凤眠 阅读(200) 评论(0) 推荐(0)
|
||
摘要:
function delfile($filename){ if (!file_exists($filename)) { return; } if (!is_dir($filename)) { unlink($filename); retur... 阅读全文
posted @ 2015-04-11 15:54 凤眠 阅读(200) 评论(0) 推荐(0) |
||